#C66C3D

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

Shades of Zest #C66C3D

Tints of Zest #C66C3D

Color information

#C66C3D (or 0xC66C3D) is unknown color: approx Zest. HEX triplet: C6, 6C and 3D. RGB value is (198,108,61). Sum of RGB (Red+Green+Blue) = 198+108+61=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C3D is #3993C2. Grayscale: #818181. Windows color (decimal): -3773379 or 4025542. OLE color: 4025542.

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

Color convert

RGB19810861-
CMYK00.450.690.22
HSL20.58º54.58%50.78%-
HSV(B)20.58º69.19%77.65%-
XYZ29.4923.077.31-
YUV129.5589.32176.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=53.95%
G=29.43%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981086100.450.690.2220.5854.5850.78
HexC66C3D02D4516153733
Octal3061547505510526256763
Binary110001101101100111101010110110001011011010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C3D; }

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

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

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

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

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

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

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

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