Shades of Zest #C66B34
Tints of Zest #C66B34
RGB
CMYK
RGB Variations
Color information
#C66B34 (or 0xC66B34) is known color: Zest. HEX triplet: C6, 6B and 34. RGB value is (198,107,52). Sum of RGB (Red+Green+Blue) = 198+107+52=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B34 is #3994CB. Grayscale: #808080. Windows color (decimal): -3773644 or 3435462. OLE color: 3435462.
HSL color Cylindrical-coordinate representation of color #C66B34: hue angle of 22.6º 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 #C66B34 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 52 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.22 |
| HSL | 22.6º | 0.58% | 0.49% | - |
| HSV(B) | 22.6º | 0.74% | 0.78% | - |
| XYZ | 29.17 | 22.77 | 6.11 | - |
| YUV | 127.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 52 | 0 | 0.46 | 0.74 | 0.22 | 22.6 | 0.58 | 0.49 |
| Hex | C6 | 6B | 34 | 0 | 2E | 4A | 16 | 17 | 3A | 31 |
| Octal | 306 | 153 | 64 | 0 | 56 | 112 | 26 | 27 | 72 | 61 |
| Binary | 11000110 | 1101011 | 110100 | 0 | 101110 | 1001010 | 10110 | 10111 | 111010 | 110001 |
Color Harmonies of #C66B34
Complementary color
Monochromatic Colors of #C66B34
Black with #C66B34
Text Example
Text Example
White with #C66B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B34; }
p { color: rgb(198,107,52); }
H1.HeaderClassName
{
color: #C66B34;
}
.AnyTagClassName
{
color: #C66B34;
}
</style>
background-color css
<style>
a { background-color: #C66B34; }
a { background-color: rgb(198,107,52); }
div.DivClassName
{
background-color: #C66B34;
}
.BgClassName
{
background-color: #C66B34;
}
</style>
border-color css
<style>
span { border-color: #C66B34; }
span { border-color: rgb(198,107,52); }
td.TdClassName
{
border-color: #C66B34;
}
.TagClassName
{
border-color: #C66B34;
}
</style>