Shades of Pizza #C08E3C
Tints of Pizza #C08E3C
RGB
CMYK
RGB Variations
Color information
#C08E3C (or 0xC08E3C) is known color: Pizza. HEX triplet: C0, 8E and 3C. RGB value is (192,142,60). Sum of RGB (Red+Green+Blue) = 192+142+60=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E3C is #3F71C3. Grayscale: #939393. Windows color (decimal): -4157892 or 3968704. OLE color: 3968704.
HSL color Cylindrical-coordinate representation of color #C08E3C: hue angle of 37.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C08E3C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 60 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.25 |
| HSL | 37.27º | 0.52% | 0.49% | - |
| HSV(B) | 37.27º | 0.69% | 0.75% | - |
| XYZ | 32.23 | 30.88 | 8.54 | - |
| YUV | 147.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 60 | 0 | 0.26 | 0.69 | 0.25 | 37.27 | 0.52 | 0.49 |
| Hex | C0 | 8E | 3C | 0 | 1A | 45 | 19 | 25 | 34 | 31 |
| Octal | 300 | 216 | 74 | 0 | 32 | 105 | 31 | 45 | 64 | 61 |
| Binary | 11000000 | 10001110 | 111100 | 0 | 11010 | 1000101 | 11001 | 100101 | 110100 | 110001 |
Color Harmonies of #C08E3C
Complementary color
Monochromatic Colors of #C08E3C
Black with #C08E3C
Text Example
Text Example
White with #C08E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E3C; }
p { color: rgb(192,142,60); }
H1.HeaderClassName
{
color: #C08E3C;
}
.AnyTagClassName
{
color: #C08E3C;
}
</style>
background-color css
<style>
a { background-color: #C08E3C; }
a { background-color: rgb(192,142,60); }
div.DivClassName
{
background-color: #C08E3C;
}
.BgClassName
{
background-color: #C08E3C;
}
</style>
border-color css
<style>
span { border-color: #C08E3C; }
span { border-color: rgb(192,142,60); }
td.TdClassName
{
border-color: #C08E3C;
}
.TagClassName
{
border-color: #C08E3C;
}
</style>