Shades of Pizza #C08737
Tints of Pizza #C08737
RGB
CMYK
RGB Variations
Color information
#C08737 (or 0xC08737) is known color: Pizza. HEX triplet: C0, 87 and 37. RGB value is (192,135,55). Sum of RGB (Red+Green+Blue) = 192+135+55=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08737 is #3F78C8. Grayscale: #8F8F8F. Windows color (decimal): -4159689 or 3639232. OLE color: 3639232.
HSL color Cylindrical-coordinate representation of color #C08737: hue angle of 35.04º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08737 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 55 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.25 |
| HSL | 35.04º | 0.55% | 0.48% | - |
| HSV(B) | 35.04º | 0.71% | 0.75% | - |
| XYZ | 31.09 | 28.81 | 7.54 | - |
| YUV | 142.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 55 | 0 | 0.30 | 0.71 | 0.25 | 35.04 | 0.55 | 0.48 |
| Hex | C0 | 87 | 37 | 0 | 1E | 47 | 19 | 23 | 37 | 30 |
| Octal | 300 | 207 | 67 | 0 | 36 | 107 | 31 | 43 | 67 | 60 |
| Binary | 11000000 | 10000111 | 110111 | 0 | 11110 | 1000111 | 11001 | 100011 | 110111 | 110000 |
Color Harmonies of #C08737
Complementary color
Monochromatic Colors of #C08737
Black with #C08737
Text Example
Text Example
White with #C08737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08737; }
p { color: rgb(192,135,55); }
H1.HeaderClassName
{
color: #C08737;
}
.AnyTagClassName
{
color: #C08737;
}
</style>
background-color css
<style>
a { background-color: #C08737; }
a { background-color: rgb(192,135,55); }
div.DivClassName
{
background-color: #C08737;
}
.BgClassName
{
background-color: #C08737;
}
</style>
border-color css
<style>
span { border-color: #C08737; }
span { border-color: rgb(192,135,55); }
td.TdClassName
{
border-color: #C08737;
}
.TagClassName
{
border-color: #C08737;
}
</style>