#CC6C3F

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

Shades of Zest #CC6C3F

Tints of Zest #CC6C3F

Color information

#CC6C3F (or 0xCC6C3F) is unknown color: approx Zest. HEX triplet: CC, 6C and 3F. RGB value is (204,108,63). Sum of RGB (Red+Green+Blue) = 204+108+63=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C3F is #3393C0. Grayscale: #838383. Windows color (decimal): -3380161 or 4156620. OLE color: 4156620.

HSL color Cylindrical-coordinate representation of color #CC6C3F: hue angle of 19.15º 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 #CC6C3F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20410863-
CMYK00.470.690.2
HSL19.15º58.02%52.35%-
HSV(B)19.15º69.12%80%-
XYZ31.1623.927.68-
YUV131.5789.3179.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 63 (25% from 255) = 16.8%
R=54.4%
G=28.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041086300.470.690.219.1558.0252.35
HexCC6C3F02F4514133a34
Octal3141547705710524237264
Binary110011001101100111111010111110001011010010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C3F; }

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

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

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

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

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

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

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

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