#CD7649

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

Shades of Red Damask #CD7649

Tints of Red Damask #CD7649

Color information

#CD7649 (or 0xCD7649) is unknown color: approx Red Damask. HEX triplet: CD, 76 and 49. RGB value is (205,118,73). Sum of RGB (Red+Green+Blue) = 205+118+73=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7649 is #3289B6. Grayscale: #8B8B8B. Windows color (decimal): -3312055 or 4814541. OLE color: 4814541.

HSL color Cylindrical-coordinate representation of color #CD7649: hue angle of 20.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD7649 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20511873-
CMYK00.420.640.20
HSL20.45º56.9%54.51%-
HSV(B)20.45º64.39%80.39%-
XYZ32.8626.429.67-
YUV138.8890.82175.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=51.77%
G=29.80%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051187300.420.640.2020.4556.954.51
HexCD764902A4014143937
Octal31516611105210024247167
Binary1100110111101101001001010101010000001010010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7649; }

 p { color: rgb(205,118,73); }

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

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

 a { background-color: rgb(205,118,73); }

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

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

 span { border-color: rgb(205,118,73); }

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