Shades of Zest #C66F32
Tints of Zest #C66F32
RGB
CMYK
RGB Variations
Color information
#C66F32 (or 0xC66F32) is known color: Zest. HEX triplet: C6, 6F and 32. RGB value is (198,111,50). Sum of RGB (Red+Green+Blue) = 198+111+50=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F32 is #3990CD. Grayscale: #828282. Windows color (decimal): -3772622 or 3305414. OLE color: 3305414.
HSL color Cylindrical-coordinate representation of color #C66F32: hue angle of 24.73º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C66F32 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 50 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.22 |
| HSL | 24.73º | 0.6% | 0.49% | - |
| HSV(B) | 24.73º | 0.75% | 0.78% | - |
| XYZ | 29.55 | 23.6 | 6.02 | - |
| YUV | 130.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 50 | 0 | 0.44 | 0.75 | 0.22 | 24.73 | 0.6 | 0.49 |
| Hex | C6 | 6F | 32 | 0 | 2C | 4B | 16 | 19 | 3C | 31 |
| Octal | 306 | 157 | 62 | 0 | 54 | 113 | 26 | 31 | 74 | 61 |
| Binary | 11000110 | 1101111 | 110010 | 0 | 101100 | 1001011 | 10110 | 11001 | 111100 | 110001 |
Color Harmonies of #C66F32
Complementary color
Monochromatic Colors of #C66F32
Black with #C66F32
Text Example
Text Example
White with #C66F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F32; }
p { color: rgb(198,111,50); }
H1.HeaderClassName
{
color: #C66F32;
}
.AnyTagClassName
{
color: #C66F32;
}
</style>
background-color css
<style>
a { background-color: #C66F32; }
a { background-color: rgb(198,111,50); }
div.DivClassName
{
background-color: #C66F32;
}
.BgClassName
{
background-color: #C66F32;
}
</style>
border-color css
<style>
span { border-color: #C66F32; }
span { border-color: rgb(198,111,50); }
td.TdClassName
{
border-color: #C66F32;
}
.TagClassName
{
border-color: #C66F32;
}
</style>