Shades of Zest #C8732F
Tints of Zest #C8732F
RGB
CMYK
RGB Variations
Color information
#C8732F (or 0xC8732F) is known color: Zest. HEX triplet: C8, 73 and 2F. RGB value is (200,115,47). Sum of RGB (Red+Green+Blue) = 200+115+47=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8732F is #378CD0. Grayscale: #858585. Windows color (decimal): -3640529 or 3109832. OLE color: 3109832.
HSL color Cylindrical-coordinate representation of color #C8732F: hue angle of 26.67º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8732F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.22 |
| HSL | 26.67º | 0.62% | 0.48% | - |
| HSV(B) | 26.67º | 0.77% | 0.78% | - |
| XYZ | 30.46 | 24.75 | 5.86 | - |
| YUV | 132.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 47 | 0 | 0.42 | 0.76 | 0.22 | 26.67 | 0.62 | 0.48 |
| Hex | C8 | 73 | 2F | 0 | 2A | 4C | 16 | 1B | 3E | 30 |
| Octal | 310 | 163 | 57 | 0 | 52 | 114 | 26 | 33 | 76 | 60 |
| Binary | 11001000 | 1110011 | 101111 | 0 | 101010 | 1001100 | 10110 | 11011 | 111110 | 110000 |
Color Harmonies of #C8732F
Complementary color
Monochromatic Colors of #C8732F
Black with #C8732F
Text Example
Text Example
White with #C8732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8732F; }
p { color: rgb(200,115,47); }
H1.HeaderClassName
{
color: #C8732F;
}
.AnyTagClassName
{
color: #C8732F;
}
</style>
background-color css
<style>
a { background-color: #C8732F; }
a { background-color: rgb(200,115,47); }
div.DivClassName
{
background-color: #C8732F;
}
.BgClassName
{
background-color: #C8732F;
}
</style>
border-color css
<style>
span { border-color: #C8732F; }
span { border-color: rgb(200,115,47); }
td.TdClassName
{
border-color: #C8732F;
}
.TagClassName
{
border-color: #C8732F;
}
</style>