#CC6E3F

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

Shades of Zest #CC6E3F

Tints of Zest #CC6E3F

Color information

#CC6E3F (or 0xCC6E3F) is unknown color: approx Zest. HEX triplet: CC, 6E and 3F. RGB value is (204,110,63). Sum of RGB (Red+Green+Blue) = 204+110+63=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E3F is #3391C0. Grayscale: #858585. Windows color (decimal): -3379649 or 4157132. OLE color: 4157132.

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

Color convert

RGB20411063-
CMYK00.460.690.2
HSL20º58.02%52.35%-
HSV(B)20º69.12%80%-
XYZ31.3724.357.75-
YUV132.7588.64178.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 63 (25% from 255) = 16.71%
R=54.11%
G=29.18%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041106300.460.690.22058.0252.35
HexCC6E3F02E4514143a34
Octal3141567705610524247264
Binary110011001101110111111010111010001011010010100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E3F; }

 p { color: rgb(204,110,63); }

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

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

 a { background-color: rgb(204,110,63); }

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

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

 span { border-color: rgb(204,110,63); }

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