Shades of Zest #C67234
Tints of Zest #C67234
RGB
CMYK
RGB Variations
Color information
#C67234 (or 0xC67234) is known color: Zest. HEX triplet: C6, 72 and 34. RGB value is (198,114,52). Sum of RGB (Red+Green+Blue) = 198+114+52=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C67234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67234 is #398DCB. Grayscale: #848484. Windows color (decimal): -3771852 or 3437254. OLE color: 3437254.
HSL color Cylindrical-coordinate representation of color #C67234: hue angle of 25.48º 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 #C67234 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 52 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.22 |
| HSL | 25.48º | 0.58% | 0.49% | - |
| HSV(B) | 25.48º | 0.74% | 0.78% | - |
| XYZ | 29.93 | 24.29 | 6.36 | - |
| YUV | 132.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 52 | 0 | 0.42 | 0.74 | 0.22 | 25.48 | 0.58 | 0.49 |
| Hex | C6 | 72 | 34 | 0 | 2A | 4A | 16 | 19 | 3A | 31 |
| Octal | 306 | 162 | 64 | 0 | 52 | 112 | 26 | 31 | 72 | 61 |
| Binary | 11000110 | 1110010 | 110100 | 0 | 101010 | 1001010 | 10110 | 11001 | 111010 | 110001 |
Color Harmonies of #C67234
Complementary color
Monochromatic Colors of #C67234
Black with #C67234
Text Example
Text Example
White with #C67234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67234; }
p { color: rgb(198,114,52); }
H1.HeaderClassName
{
color: #C67234;
}
.AnyTagClassName
{
color: #C67234;
}
</style>
background-color css
<style>
a { background-color: #C67234; }
a { background-color: rgb(198,114,52); }
div.DivClassName
{
background-color: #C67234;
}
.BgClassName
{
background-color: #C67234;
}
</style>
border-color css
<style>
span { border-color: #C67234; }
span { border-color: rgb(198,114,52); }
td.TdClassName
{
border-color: #C67234;
}
.TagClassName
{
border-color: #C67234;
}
</style>