Shades of Zest #C37341
Tints of Zest #C37341
RGB
CMYK
RGB Variations
Color information
#C37341 (or 0xC37341) is known color: Zest. HEX triplet: C3, 73 and 41. RGB value is (195,115,65). Sum of RGB (Red+Green+Blue) = 195+115+65=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37341 is #3C8CBE. Grayscale: #858585. Windows color (decimal): -3968191 or 4289475. OLE color: 4289475.
HSL color Cylindrical-coordinate representation of color #C37341: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37341 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.24 |
| HSL | 23.08º | 0.52% | 0.51% | - |
| HSV(B) | 23.08º | 0.67% | 0.76% | - |
| XYZ | 29.59 | 24.25 | 8.12 | - |
| YUV | 133.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 65 | 0 | 0.41 | 0.67 | 0.24 | 23.08 | 0.52 | 0.51 |
| Hex | C3 | 73 | 41 | 0 | 29 | 43 | 18 | 17 | 34 | 33 |
| Octal | 303 | 163 | 101 | 0 | 51 | 103 | 30 | 27 | 64 | 63 |
| Binary | 11000011 | 1110011 | 1000001 | 0 | 101001 | 1000011 | 11000 | 10111 | 110100 | 110011 |
Color Harmonies of #C37341
Complementary color
Monochromatic Colors of #C37341
Black with #C37341
Text Example
Text Example
White with #C37341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37341; }
p { color: rgb(195,115,65); }
H1.HeaderClassName
{
color: #C37341;
}
.AnyTagClassName
{
color: #C37341;
}
</style>
background-color css
<style>
a { background-color: #C37341; }
a { background-color: rgb(195,115,65); }
div.DivClassName
{
background-color: #C37341;
}
.BgClassName
{
background-color: #C37341;
}
</style>
border-color css
<style>
span { border-color: #C37341; }
span { border-color: rgb(195,115,65); }
td.TdClassName
{
border-color: #C37341;
}
.TagClassName
{
border-color: #C37341;
}
</style>