Shades of Zest #C66F36
Tints of Zest #C66F36
RGB
CMYK
RGB Variations
Color information
#C66F36 (or 0xC66F36) is known color: Zest. HEX triplet: C6, 6F and 36. RGB value is (198,111,54). Sum of RGB (Red+Green+Blue) = 198+111+54=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F36 is #3990C9. Grayscale: #828282. Windows color (decimal): -3772618 or 3567558. OLE color: 3567558.
HSL color Cylindrical-coordinate representation of color #C66F36: hue angle of 23.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C66F36 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 54 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.22 |
| HSL | 23.75º | 0.57% | 0.49% | - |
| HSV(B) | 23.75º | 0.73% | 0.78% | - |
| XYZ | 29.64 | 23.64 | 6.49 | - |
| YUV | 130.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 54 | 0 | 0.44 | 0.73 | 0.22 | 23.75 | 0.57 | 0.49 |
| Hex | C6 | 6F | 36 | 0 | 2C | 49 | 16 | 18 | 39 | 31 |
| Octal | 306 | 157 | 66 | 0 | 54 | 111 | 26 | 30 | 71 | 61 |
| Binary | 11000110 | 1101111 | 110110 | 0 | 101100 | 1001001 | 10110 | 11000 | 111001 | 110001 |
Color Harmonies of #C66F36
Complementary color
Monochromatic Colors of #C66F36
Black with #C66F36
Text Example
Text Example
White with #C66F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F36; }
p { color: rgb(198,111,54); }
H1.HeaderClassName
{
color: #C66F36;
}
.AnyTagClassName
{
color: #C66F36;
}
</style>
background-color css
<style>
a { background-color: #C66F36; }
a { background-color: rgb(198,111,54); }
div.DivClassName
{
background-color: #C66F36;
}
.BgClassName
{
background-color: #C66F36;
}
</style>
border-color css
<style>
span { border-color: #C66F36; }
span { border-color: rgb(198,111,54); }
td.TdClassName
{
border-color: #C66F36;
}
.TagClassName
{
border-color: #C66F36;
}
</style>