Shades of Zest #C67938
Tints of Zest #C67938
RGB
CMYK
RGB Variations
Color information
#C67938 (or 0xC67938) is known color: Zest. HEX triplet: C6, 79 and 38. RGB value is (198,121,56). Sum of RGB (Red+Green+Blue) = 198+121+56=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C67938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67938 is #3986C7. Grayscale: #888888. Windows color (decimal): -3770056 or 3701190. OLE color: 3701190.
HSL color Cylindrical-coordinate representation of color #C67938: hue angle of 27.46º 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 #C67938 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 56 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.22 |
| HSL | 27.46º | 0.56% | 0.5% | - |
| HSV(B) | 27.46º | 0.72% | 0.78% | - |
| XYZ | 30.84 | 25.97 | 7.13 | - |
| YUV | 136.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 56 | 0 | 0.39 | 0.72 | 0.22 | 27.46 | 0.56 | 0.5 |
| Hex | C6 | 79 | 38 | 0 | 27 | 48 | 16 | 1B | 38 | 32 |
| Octal | 306 | 171 | 70 | 0 | 47 | 110 | 26 | 33 | 70 | 62 |
| Binary | 11000110 | 1111001 | 111000 | 0 | 100111 | 1001000 | 10110 | 11011 | 111000 | 110010 |
Color Harmonies of #C67938
Complementary color
Monochromatic Colors of #C67938
Black with #C67938
Text Example
Text Example
White with #C67938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67938; }
p { color: rgb(198,121,56); }
H1.HeaderClassName
{
color: #C67938;
}
.AnyTagClassName
{
color: #C67938;
}
</style>
background-color css
<style>
a { background-color: #C67938; }
a { background-color: rgb(198,121,56); }
div.DivClassName
{
background-color: #C67938;
}
.BgClassName
{
background-color: #C67938;
}
</style>
border-color css
<style>
span { border-color: #C67938; }
span { border-color: rgb(198,121,56); }
td.TdClassName
{
border-color: #C67938;
}
.TagClassName
{
border-color: #C67938;
}
</style>