#CD7041

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

Shades of Red Damask #CD7041

Tints of Red Damask #CD7041

Color information

#CD7041 (or 0xCD7041) is unknown color: approx Red Damask. HEX triplet: CD, 70 and 41. RGB value is (205,112,65). Sum of RGB (Red+Green+Blue) = 205+112+65=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7041 is #328FBE. Grayscale: #868686. Windows color (decimal): -3313599 or 4288717. OLE color: 4288717.

HSL color Cylindrical-coordinate representation of color #CD7041: hue angle of 20.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7041 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20511265-
CMYK00.450.680.20
HSL20.14º58.33%52.94%-
HSV(B)20.14º68.29%80.39%-
XYZ31.9324.958.13-
YUV134.4588.81178.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=53.66%
G=29.32%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051126500.450.680.2020.1458.3352.94
HexCD704102D4414143a35
Octal31516010105510424247265
Binary1100110111100001000001010110110001001010010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7041; }

 p { color: rgb(205,112,65); }

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

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

 a { background-color: rgb(205,112,65); }

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

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

 span { border-color: rgb(205,112,65); }

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