Shades of Zest #C67238
Tints of Zest #C67238
RGB
CMYK
RGB Variations
Color information
#C67238 (or 0xC67238) is known color: Zest. HEX triplet: C6, 72 and 38. RGB value is (198,114,56). Sum of RGB (Red+Green+Blue) = 198+114+56=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C67238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67238 is #398DC7. Grayscale: #848484. Windows color (decimal): -3771848 or 3699398. OLE color: 3699398.
HSL color Cylindrical-coordinate representation of color #C67238: hue angle of 24.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C67238 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 56 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.22 |
| HSL | 24.51º | 0.56% | 0.5% | - |
| HSV(B) | 24.51º | 0.72% | 0.78% | - |
| XYZ | 30.02 | 24.33 | 6.85 | - |
| YUV | 132.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 56 | 0 | 0.42 | 0.72 | 0.22 | 24.51 | 0.56 | 0.5 |
| Hex | C6 | 72 | 38 | 0 | 2A | 48 | 16 | 19 | 38 | 32 |
| Octal | 306 | 162 | 70 | 0 | 52 | 110 | 26 | 31 | 70 | 62 |
| Binary | 11000110 | 1110010 | 111000 | 0 | 101010 | 1001000 | 10110 | 11001 | 111000 | 110010 |
Color Harmonies of #C67238
Complementary color
Monochromatic Colors of #C67238
Black with #C67238
Text Example
Text Example
White with #C67238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67238; }
p { color: rgb(198,114,56); }
H1.HeaderClassName
{
color: #C67238;
}
.AnyTagClassName
{
color: #C67238;
}
</style>
background-color css
<style>
a { background-color: #C67238; }
a { background-color: rgb(198,114,56); }
div.DivClassName
{
background-color: #C67238;
}
.BgClassName
{
background-color: #C67238;
}
</style>
border-color css
<style>
span { border-color: #C67238; }
span { border-color: rgb(198,114,56); }
td.TdClassName
{
border-color: #C67238;
}
.TagClassName
{
border-color: #C67238;
}
</style>