#CD6E3C

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

Shades of Zest #CD6E3C

Tints of Zest #CD6E3C

Color information

#CD6E3C (or 0xCD6E3C) is unknown color: approx Zest. HEX triplet: CD, 6E and 3C. RGB value is (205,110,60). Sum of RGB (Red+Green+Blue) = 205+110+60=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E3C is #3291C3. Grayscale: #858585. Windows color (decimal): -3314116 or 3960525. OLE color: 3960525.

HSL color Cylindrical-coordinate representation of color #CD6E3C: hue angle of 20.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD6E3C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20511060-
CMYK00.460.710.20
HSL20.69º59.18%51.96%-
HSV(B)20.69º70.73%80.39%-
XYZ31.5724.467.33-
YUV132.786.97179.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 60 (23.83% from 255) = 16%
R=54.67%
G=29.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051106000.460.710.2020.6959.1851.96
HexCD6E3C02E4714153b34
Octal3151567405610724257364
Binary110011011101110111100010111010001111010010101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E3C; }

 p { color: rgb(205,110,60); }

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

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

 a { background-color: rgb(205,110,60); }

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

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

 span { border-color: rgb(205,110,60); }

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