Shades of Zest #C67335
Tints of Zest #C67335
RGB
CMYK
RGB Variations
Color information
#C67335 (or 0xC67335) is known color: Zest. HEX triplet: C6, 73 and 35. RGB value is (198,115,53). Sum of RGB (Red+Green+Blue) = 198+115+53=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C67335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67335 is #398CCA. Grayscale: #858585. Windows color (decimal): -3771595 or 3503046. OLE color: 3503046.
HSL color Cylindrical-coordinate representation of color #C67335: hue angle of 25.66º 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 #C67335 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 53 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.22 |
| HSL | 25.66º | 0.58% | 0.49% | - |
| HSV(B) | 25.66º | 0.73% | 0.78% | - |
| XYZ | 30.06 | 24.52 | 6.52 | - |
| YUV | 132.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 53 | 0 | 0.42 | 0.73 | 0.22 | 25.66 | 0.58 | 0.49 |
| Hex | C6 | 73 | 35 | 0 | 2A | 49 | 16 | 1A | 3A | 31 |
| Octal | 306 | 163 | 65 | 0 | 52 | 111 | 26 | 32 | 72 | 61 |
| Binary | 11000110 | 1110011 | 110101 | 0 | 101010 | 1001001 | 10110 | 11010 | 111010 | 110001 |
Color Harmonies of #C67335
Complementary color
Monochromatic Colors of #C67335
Black with #C67335
Text Example
Text Example
White with #C67335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67335; }
p { color: rgb(198,115,53); }
H1.HeaderClassName
{
color: #C67335;
}
.AnyTagClassName
{
color: #C67335;
}
</style>
background-color css
<style>
a { background-color: #C67335; }
a { background-color: rgb(198,115,53); }
div.DivClassName
{
background-color: #C67335;
}
.BgClassName
{
background-color: #C67335;
}
</style>
border-color css
<style>
span { border-color: #C67335; }
span { border-color: rgb(198,115,53); }
td.TdClassName
{
border-color: #C67335;
}
.TagClassName
{
border-color: #C67335;
}
</style>