Shades of Pizza #C08836
Tints of Pizza #C08836
RGB
CMYK
RGB Variations
Color information
#C08836 (or 0xC08836) is known color: Pizza. HEX triplet: C0, 88 and 36. RGB value is (192,136,54). Sum of RGB (Red+Green+Blue) = 192+136+54=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08836 is #3F77C9. Grayscale: #8F8F8F. Windows color (decimal): -4159434 or 3573952. OLE color: 3573952.
HSL color Cylindrical-coordinate representation of color #C08836: hue angle of 35.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08836 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 54 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.25 |
| HSL | 35.65º | 0.56% | 0.48% | - |
| HSV(B) | 35.65º | 0.72% | 0.75% | - |
| XYZ | 31.21 | 29.08 | 7.46 | - |
| YUV | 143.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 54 | 0 | 0.29 | 0.72 | 0.25 | 35.65 | 0.56 | 0.48 |
| Hex | C0 | 88 | 36 | 0 | 1D | 48 | 19 | 24 | 38 | 30 |
| Octal | 300 | 210 | 66 | 0 | 35 | 110 | 31 | 44 | 70 | 60 |
| Binary | 11000000 | 10001000 | 110110 | 0 | 11101 | 1001000 | 11001 | 100100 | 111000 | 110000 |
Color Harmonies of #C08836
Complementary color
Monochromatic Colors of #C08836
Black with #C08836
Text Example
Text Example
White with #C08836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08836; }
p { color: rgb(192,136,54); }
H1.HeaderClassName
{
color: #C08836;
}
.AnyTagClassName
{
color: #C08836;
}
</style>
background-color css
<style>
a { background-color: #C08836; }
a { background-color: rgb(192,136,54); }
div.DivClassName
{
background-color: #C08836;
}
.BgClassName
{
background-color: #C08836;
}
</style>
border-color css
<style>
span { border-color: #C08836; }
span { border-color: rgb(192,136,54); }
td.TdClassName
{
border-color: #C08836;
}
.TagClassName
{
border-color: #C08836;
}
</style>