#CD7951

Color #CD7951 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CD7951

Tints of Red Damask #CD7951

Color information

#CD7951 (or 0xCD7951) is unknown color: approx Red Damask. HEX triplet: CD, 79 and 51. RGB value is (205,121,81). Sum of RGB (Red+Green+Blue) = 205+121+81=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7951 is #3286AE. Grayscale: #8D8D8D. Windows color (decimal): -3311279 or 5339597. OLE color: 5339597.

HSL color Cylindrical-coordinate representation of color #CD7951: hue angle of 19.35º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD7951 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20512181-
CMYK00.410.600.20
HSL19.35º55.36%56.08%-
HSV(B)19.35º60.49%80.39%-
XYZ33.527.2511.28-
YUV141.5693.83173.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=50.37%
G=29.73%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051218100.410.600.2019.3555.3656.08
HexCD79510293C14133738
Octal3151711210517424236770
Binary110011011111001101000101010011111001010010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7951; }

 p { color: rgb(205,121,81); }

 H1.HeaderClassName
 {
   color: #CD7951;
 }
 .AnyTagClassName
 {
   color: #CD7951;
 }
</style>
background-color css

<style>
 a { background-color: #CD7951; }

 a { background-color: rgb(205,121,81); }

 div.DivClassName
 {
   background-color: #CD7951;
 }
 .BgClassName
 {
   background-color: #CD7951;
 }
</style>
border-color css

<style>
 span { border-color: #CD7951; }

 span { border-color: rgb(205,121,81); }

 td.TdClassName
 {
   border-color: #CD7951;
 }
 .TagClassName
 {
   border-color: #CD7951;
 }
</style>