#CD784D

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

Shades of Red Damask #CD784D

Tints of Red Damask #CD784D

Color information

#CD784D (or 0xCD784D) is unknown color: approx Red Damask. HEX triplet: CD, 78 and 4D. RGB value is (205,120,77). Sum of RGB (Red+Green+Blue) = 205+120+77=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD784D is #3287B2. Grayscale: #8C8C8C. Windows color (decimal): -3311539 or 5077197. OLE color: 5077197.

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

Color convert

RGB20512077-
CMYK00.410.620.20
HSL20.16º56.14%55.29%-
HSV(B)20.16º62.44%80.39%-
XYZ33.2326.9510.47-
YUV140.5192.16174-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=51.00%
G=29.85%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051207700.410.620.2020.1656.1455.29
HexCD784D0293E14143837
Octal3151701150517624247067
Binary110011011111000100110101010011111101010010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD784D; }

 p { color: rgb(205,120,77); }

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

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

 a { background-color: rgb(205,120,77); }

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

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

 span { border-color: rgb(205,120,77); }

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