Shades of Pizza #C08E37
Tints of Pizza #C08E37
RGB
CMYK
RGB Variations
Color information
#C08E37 (or 0xC08E37) is known color: Pizza. HEX triplet: C0, 8E and 37. RGB value is (192,142,55). Sum of RGB (Red+Green+Blue) = 192+142+55=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E37 is #3F71C8. Grayscale: #939393. Windows color (decimal): -4157897 or 3641024. OLE color: 3641024.
HSL color Cylindrical-coordinate representation of color #C08E37: hue angle of 38.1º 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 #C08E37 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 55 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.25 |
| HSL | 38.1º | 0.55% | 0.48% | - |
| HSV(B) | 38.1º | 0.71% | 0.75% | - |
| XYZ | 32.1 | 30.83 | 7.87 | - |
| YUV | 147.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 55 | 0 | 0.26 | 0.71 | 0.25 | 38.1 | 0.55 | 0.48 |
| Hex | C0 | 8E | 37 | 0 | 1A | 47 | 19 | 26 | 37 | 30 |
| Octal | 300 | 216 | 67 | 0 | 32 | 107 | 31 | 46 | 67 | 60 |
| Binary | 11000000 | 10001110 | 110111 | 0 | 11010 | 1000111 | 11001 | 100110 | 110111 | 110000 |
Color Harmonies of #C08E37
Complementary color
Monochromatic Colors of #C08E37
Black with #C08E37
Text Example
Text Example
White with #C08E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E37; }
p { color: rgb(192,142,55); }
H1.HeaderClassName
{
color: #C08E37;
}
.AnyTagClassName
{
color: #C08E37;
}
</style>
background-color css
<style>
a { background-color: #C08E37; }
a { background-color: rgb(192,142,55); }
div.DivClassName
{
background-color: #C08E37;
}
.BgClassName
{
background-color: #C08E37;
}
</style>
border-color css
<style>
span { border-color: #C08E37; }
span { border-color: rgb(192,142,55); }
td.TdClassName
{
border-color: #C08E37;
}
.TagClassName
{
border-color: #C08E37;
}
</style>