Shades of Zest #C37838
Tints of Zest #C37838
RGB
CMYK
RGB Variations
Color information
#C37838 (or 0xC37838) is known color: Zest. HEX triplet: C3, 78 and 38. RGB value is (195,120,56). Sum of RGB (Red+Green+Blue) = 195+120+56=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37838 is #3C87C7. Grayscale: #878787. Windows color (decimal): -3966920 or 3700931. OLE color: 3700931.
HSL color Cylindrical-coordinate representation of color #C37838: hue angle of 27.63º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C37838 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 56 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.24 |
| HSL | 27.63º | 0.55% | 0.49% | - |
| HSV(B) | 27.63º | 0.71% | 0.76% | - |
| XYZ | 29.94 | 25.32 | 7.05 | - |
| YUV | 135.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 56 | 0 | 0.38 | 0.71 | 0.24 | 27.63 | 0.55 | 0.49 |
| Hex | C3 | 78 | 38 | 0 | 26 | 47 | 18 | 1C | 37 | 31 |
| Octal | 303 | 170 | 70 | 0 | 46 | 107 | 30 | 34 | 67 | 61 |
| Binary | 11000011 | 1111000 | 111000 | 0 | 100110 | 1000111 | 11000 | 11100 | 110111 | 110001 |
Color Harmonies of #C37838
Complementary color
Monochromatic Colors of #C37838
Black with #C37838
Text Example
Text Example
White with #C37838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37838; }
p { color: rgb(195,120,56); }
H1.HeaderClassName
{
color: #C37838;
}
.AnyTagClassName
{
color: #C37838;
}
</style>
background-color css
<style>
a { background-color: #C37838; }
a { background-color: rgb(195,120,56); }
div.DivClassName
{
background-color: #C37838;
}
.BgClassName
{
background-color: #C37838;
}
</style>
border-color css
<style>
span { border-color: #C37838; }
span { border-color: rgb(195,120,56); }
td.TdClassName
{
border-color: #C37838;
}
.TagClassName
{
border-color: #C37838;
}
</style>