Shades of Zest #C37345
Tints of Zest #C37345
RGB
CMYK
RGB Variations
Color information
#C37345 (or 0xC37345) is known color: Zest. HEX triplet: C3, 73 and 45. RGB value is (195,115,69). Sum of RGB (Red+Green+Blue) = 195+115+69=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37345 is #3C8CBA. Grayscale: #858585. Windows color (decimal): -3968187 or 4551619. OLE color: 4551619.
HSL color Cylindrical-coordinate representation of color #C37345: hue angle of 21.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C37345 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 69 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.24 |
| HSL | 21.9º | 0.51% | 0.52% | - |
| HSV(B) | 21.9º | 0.65% | 0.76% | - |
| XYZ | 29.71 | 24.29 | 8.75 | - |
| YUV | 133.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 69 | 0 | 0.41 | 0.65 | 0.24 | 21.9 | 0.51 | 0.52 |
| Hex | C3 | 73 | 45 | 0 | 29 | 41 | 18 | 16 | 33 | 34 |
| Octal | 303 | 163 | 105 | 0 | 51 | 101 | 30 | 26 | 63 | 64 |
| Binary | 11000011 | 1110011 | 1000101 | 0 | 101001 | 1000001 | 11000 | 10110 | 110011 | 110100 |
Color Harmonies of #C37345
Complementary color
Monochromatic Colors of #C37345
Black with #C37345
Text Example
Text Example
White with #C37345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37345; }
p { color: rgb(195,115,69); }
H1.HeaderClassName
{
color: #C37345;
}
.AnyTagClassName
{
color: #C37345;
}
</style>
background-color css
<style>
a { background-color: #C37345; }
a { background-color: rgb(195,115,69); }
div.DivClassName
{
background-color: #C37345;
}
.BgClassName
{
background-color: #C37345;
}
</style>
border-color css
<style>
span { border-color: #C37345; }
span { border-color: rgb(195,115,69); }
td.TdClassName
{
border-color: #C37345;
}
.TagClassName
{
border-color: #C37345;
}
</style>