Shades of Pizza #C08936
Tints of Pizza #C08936
RGB
CMYK
RGB Variations
Color information
#C08936 (or 0xC08936) is known color: Pizza. HEX triplet: C0, 89 and 36. RGB value is (192,137,54). Sum of RGB (Red+Green+Blue) = 192+137+54=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C08936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08936 is #3F76C9. Grayscale: #909090. Windows color (decimal): -4159178 or 3574208. OLE color: 3574208.
HSL color Cylindrical-coordinate representation of color #C08936: hue angle of 36.09º 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 #C08936 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 54 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.25 |
| HSL | 36.09º | 0.56% | 0.48% | - |
| HSV(B) | 36.09º | 0.72% | 0.75% | - |
| XYZ | 31.35 | 29.36 | 7.51 | - |
| YUV | 143.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 54 | 0 | 0.29 | 0.72 | 0.25 | 36.09 | 0.56 | 0.48 |
| Hex | C0 | 89 | 36 | 0 | 1D | 48 | 19 | 24 | 38 | 30 |
| Octal | 300 | 211 | 66 | 0 | 35 | 110 | 31 | 44 | 70 | 60 |
| Binary | 11000000 | 10001001 | 110110 | 0 | 11101 | 1001000 | 11001 | 100100 | 111000 | 110000 |
Color Harmonies of #C08936
Complementary color
Monochromatic Colors of #C08936
Black with #C08936
Text Example
Text Example
White with #C08936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08936; }
p { color: rgb(192,137,54); }
H1.HeaderClassName
{
color: #C08936;
}
.AnyTagClassName
{
color: #C08936;
}
</style>
background-color css
<style>
a { background-color: #C08936; }
a { background-color: rgb(192,137,54); }
div.DivClassName
{
background-color: #C08936;
}
.BgClassName
{
background-color: #C08936;
}
</style>
border-color css
<style>
span { border-color: #C08936; }
span { border-color: rgb(192,137,54); }
td.TdClassName
{
border-color: #C08936;
}
.TagClassName
{
border-color: #C08936;
}
</style>