Shades of Zest #C96C3E
Tints of Zest #C96C3E
RGB
CMYK
RGB Variations
Color information
#C96C3E (or 0xC96C3E) is known color: Zest. HEX triplet: C9, 6C and 3E. RGB value is (201,108,62). Sum of RGB (Red+Green+Blue) = 201+108+62=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C3E is #3693C1. Grayscale: #828282. Windows color (decimal): -3576770 or 4091081. OLE color: 4091081.
HSL color Cylindrical-coordinate representation of color #C96C3E: hue angle of 19.86º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C96C3E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 62 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.21 |
| HSL | 19.86º | 0.56% | 0.52% | - |
| HSV(B) | 19.86º | 0.69% | 0.79% | - |
| XYZ | 30.32 | 23.49 | 7.49 | - |
| YUV | 130.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 62 | 0 | 0.46 | 0.69 | 0.21 | 19.86 | 0.56 | 0.52 |
| Hex | C9 | 6C | 3E | 0 | 2E | 45 | 15 | 14 | 38 | 34 |
| Octal | 311 | 154 | 76 | 0 | 56 | 105 | 25 | 24 | 70 | 64 |
| Binary | 11001001 | 1101100 | 111110 | 0 | 101110 | 1000101 | 10101 | 10100 | 111000 | 110100 |
Color Harmonies of #C96C3E
Complementary color
Monochromatic Colors of #C96C3E
Black with #C96C3E
Text Example
Text Example
White with #C96C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C3E; }
p { color: rgb(201,108,62); }
H1.HeaderClassName
{
color: #C96C3E;
}
.AnyTagClassName
{
color: #C96C3E;
}
</style>
background-color css
<style>
a { background-color: #C96C3E; }
a { background-color: rgb(201,108,62); }
div.DivClassName
{
background-color: #C96C3E;
}
.BgClassName
{
background-color: #C96C3E;
}
</style>
border-color css
<style>
span { border-color: #C96C3E; }
span { border-color: rgb(201,108,62); }
td.TdClassName
{
border-color: #C96C3E;
}
.TagClassName
{
border-color: #C96C3E;
}
</style>