Shades of Zest #C66F34
Tints of Zest #C66F34
RGB
CMYK
RGB Variations
Color information
#C66F34 (or 0xC66F34) is known color: Zest. HEX triplet: C6, 6F and 34. RGB value is (198,111,52). Sum of RGB (Red+Green+Blue) = 198+111+52=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F34 is #3990CB. Grayscale: #828282. Windows color (decimal): -3772620 or 3436486. OLE color: 3436486.
HSL color Cylindrical-coordinate representation of color #C66F34: hue angle of 24.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C66F34 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 52 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.22 |
| HSL | 24.25º | 0.58% | 0.49% | - |
| HSV(B) | 24.25º | 0.74% | 0.78% | - |
| XYZ | 29.59 | 23.62 | 6.25 | - |
| YUV | 130.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 52 | 0 | 0.44 | 0.74 | 0.22 | 24.25 | 0.58 | 0.49 |
| Hex | C6 | 6F | 34 | 0 | 2C | 4A | 16 | 18 | 3A | 31 |
| Octal | 306 | 157 | 64 | 0 | 54 | 112 | 26 | 30 | 72 | 61 |
| Binary | 11000110 | 1101111 | 110100 | 0 | 101100 | 1001010 | 10110 | 11000 | 111010 | 110001 |
Color Harmonies of #C66F34
Complementary color
Monochromatic Colors of #C66F34
Black with #C66F34
Text Example
Text Example
White with #C66F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F34; }
p { color: rgb(198,111,52); }
H1.HeaderClassName
{
color: #C66F34;
}
.AnyTagClassName
{
color: #C66F34;
}
</style>
background-color css
<style>
a { background-color: #C66F34; }
a { background-color: rgb(198,111,52); }
div.DivClassName
{
background-color: #C66F34;
}
.BgClassName
{
background-color: #C66F34;
}
</style>
border-color css
<style>
span { border-color: #C66F34; }
span { border-color: rgb(198,111,52); }
td.TdClassName
{
border-color: #C66F34;
}
.TagClassName
{
border-color: #C66F34;
}
</style>