Shades of Zest #C67435
Tints of Zest #C67435
RGB
CMYK
RGB Variations
Color information
#C67435 (or 0xC67435) is known color: Zest. HEX triplet: C6, 74 and 35. RGB value is (198,116,53). Sum of RGB (Red+Green+Blue) = 198+116+53=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C67435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67435 is #398BCA. Grayscale: #858585. Windows color (decimal): -3771339 or 3503302. OLE color: 3503302.
HSL color Cylindrical-coordinate representation of color #C67435: hue angle of 26.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C67435 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 53 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.22 |
| HSL | 26.07º | 0.58% | 0.49% | - |
| HSV(B) | 26.07º | 0.73% | 0.78% | - |
| XYZ | 30.18 | 24.75 | 6.56 | - |
| YUV | 133.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 53 | 0 | 0.41 | 0.73 | 0.22 | 26.07 | 0.58 | 0.49 |
| Hex | C6 | 74 | 35 | 0 | 29 | 49 | 16 | 1A | 3A | 31 |
| Octal | 306 | 164 | 65 | 0 | 51 | 111 | 26 | 32 | 72 | 61 |
| Binary | 11000110 | 1110100 | 110101 | 0 | 101001 | 1001001 | 10110 | 11010 | 111010 | 110001 |
Color Harmonies of #C67435
Complementary color
Monochromatic Colors of #C67435
Black with #C67435
Text Example
Text Example
White with #C67435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67435; }
p { color: rgb(198,116,53); }
H1.HeaderClassName
{
color: #C67435;
}
.AnyTagClassName
{
color: #C67435;
}
</style>
background-color css
<style>
a { background-color: #C67435; }
a { background-color: rgb(198,116,53); }
div.DivClassName
{
background-color: #C67435;
}
.BgClassName
{
background-color: #C67435;
}
</style>
border-color css
<style>
span { border-color: #C67435; }
span { border-color: rgb(198,116,53); }
td.TdClassName
{
border-color: #C67435;
}
.TagClassName
{
border-color: #C67435;
}
</style>