Shades of Pizza #C08A36
Tints of Pizza #C08A36
RGB
CMYK
RGB Variations
Color information
#C08A36 (or 0xC08A36) is known color: Pizza. HEX triplet: C0, 8A and 36. RGB value is (192,138,54). Sum of RGB (Red+Green+Blue) = 192+138+54=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A36 is #3F75C9. Grayscale: #909090. Windows color (decimal): -4158922 or 3574464. OLE color: 3574464.
HSL color Cylindrical-coordinate representation of color #C08A36: hue angle of 36.52º 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 #C08A36 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 54 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.25 |
| HSL | 36.52º | 0.56% | 0.48% | - |
| HSV(B) | 36.52º | 0.72% | 0.75% | - |
| XYZ | 31.49 | 29.65 | 7.55 | - |
| YUV | 144.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 54 | 0 | 0.28 | 0.72 | 0.25 | 36.52 | 0.56 | 0.48 |
| Hex | C0 | 8A | 36 | 0 | 1C | 48 | 19 | 25 | 38 | 30 |
| Octal | 300 | 212 | 66 | 0 | 34 | 110 | 31 | 45 | 70 | 60 |
| Binary | 11000000 | 10001010 | 110110 | 0 | 11100 | 1001000 | 11001 | 100101 | 111000 | 110000 |
Color Harmonies of #C08A36
Complementary color
Monochromatic Colors of #C08A36
Black with #C08A36
Text Example
Text Example
White with #C08A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A36; }
p { color: rgb(192,138,54); }
H1.HeaderClassName
{
color: #C08A36;
}
.AnyTagClassName
{
color: #C08A36;
}
</style>
background-color css
<style>
a { background-color: #C08A36; }
a { background-color: rgb(192,138,54); }
div.DivClassName
{
background-color: #C08A36;
}
.BgClassName
{
background-color: #C08A36;
}
</style>
border-color css
<style>
span { border-color: #C08A36; }
span { border-color: rgb(192,138,54); }
td.TdClassName
{
border-color: #C08A36;
}
.TagClassName
{
border-color: #C08A36;
}
</style>