Shades of Zest #C67232
Tints of Zest #C67232
RGB
CMYK
RGB Variations
Color information
#C67232 (or 0xC67232) is known color: Zest. HEX triplet: C6, 72 and 32. RGB value is (198,114,50). Sum of RGB (Red+Green+Blue) = 198+114+50=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C67232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67232 is #398DCD. Grayscale: #848484. Windows color (decimal): -3771854 or 3306182. OLE color: 3306182.
HSL color Cylindrical-coordinate representation of color #C67232: hue angle of 25.95º 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 #C67232 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 50 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.22 |
| HSL | 25.95º | 0.6% | 0.49% | - |
| HSV(B) | 25.95º | 0.75% | 0.78% | - |
| XYZ | 29.88 | 24.27 | 6.13 | - |
| YUV | 131.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 50 | 0 | 0.42 | 0.75 | 0.22 | 25.95 | 0.6 | 0.49 |
| Hex | C6 | 72 | 32 | 0 | 2A | 4B | 16 | 1A | 3C | 31 |
| Octal | 306 | 162 | 62 | 0 | 52 | 113 | 26 | 32 | 74 | 61 |
| Binary | 11000110 | 1110010 | 110010 | 0 | 101010 | 1001011 | 10110 | 11010 | 111100 | 110001 |
Color Harmonies of #C67232
Complementary color
Monochromatic Colors of #C67232
Black with #C67232
Text Example
Text Example
White with #C67232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67232; }
p { color: rgb(198,114,50); }
H1.HeaderClassName
{
color: #C67232;
}
.AnyTagClassName
{
color: #C67232;
}
</style>
background-color css
<style>
a { background-color: #C67232; }
a { background-color: rgb(198,114,50); }
div.DivClassName
{
background-color: #C67232;
}
.BgClassName
{
background-color: #C67232;
}
</style>
border-color css
<style>
span { border-color: #C67232; }
span { border-color: rgb(198,114,50); }
td.TdClassName
{
border-color: #C67232;
}
.TagClassName
{
border-color: #C67232;
}
</style>