#C66C3C

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

Shades of Zest #C66C3C

Tints of Zest #C66C3C

Color information

#C66C3C (or 0xC66C3C) is unknown color: approx Zest. HEX triplet: C6, 6C and 3C. RGB value is (198,108,60). Sum of RGB (Red+Green+Blue) = 198+108+60=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C3C is #3993C3. Grayscale: #818181. Windows color (decimal): -3773380 or 3960006. OLE color: 3960006.

HSL color Cylindrical-coordinate representation of color #C66C3C: hue angle of 20.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C66C3C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19810860-
CMYK00.450.700.22
HSL20.87º54.76%50.59%-
HSV(B)20.87º69.7%77.65%-
XYZ29.4723.067.17-
YUV129.4488.82176.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=54.10%
G=29.51%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981086000.450.700.2220.8754.7650.59
HexC66C3C02D4616153733
Octal3061547405510626256763
Binary110001101101100111100010110110001101011010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C3C; }

 p { color: rgb(198,108,60); }

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

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

 a { background-color: rgb(198,108,60); }

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

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

 span { border-color: rgb(198,108,60); }

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