Shades of Pizza #C08E3F
Tints of Pizza #C08E3F
RGB
CMYK
RGB Variations
Color information
#C08E3F (or 0xC08E3F) is known color: Pizza. HEX triplet: C0, 8E and 3F. RGB value is (192,142,63). Sum of RGB (Red+Green+Blue) = 192+142+63=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E3F is #3F71C0. Grayscale: #949494. Windows color (decimal): -4157889 or 4165312. OLE color: 4165312.
HSL color Cylindrical-coordinate representation of color #C08E3F: hue angle of 36.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C08E3F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 63 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.25 |
| HSL | 36.74º | 0.51% | 0.5% | - |
| HSV(B) | 36.74º | 0.67% | 0.75% | - |
| XYZ | 32.31 | 30.91 | 8.97 | - |
| YUV | 147.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 63 | 0 | 0.26 | 0.67 | 0.25 | 36.74 | 0.51 | 0.5 |
| Hex | C0 | 8E | 3F | 0 | 1A | 43 | 19 | 25 | 33 | 32 |
| Octal | 300 | 216 | 77 | 0 | 32 | 103 | 31 | 45 | 63 | 62 |
| Binary | 11000000 | 10001110 | 111111 | 0 | 11010 | 1000011 | 11001 | 100101 | 110011 | 110010 |
Color Harmonies of #C08E3F
Complementary color
Monochromatic Colors of #C08E3F
Black with #C08E3F
Text Example
Text Example
White with #C08E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E3F; }
p { color: rgb(192,142,63); }
H1.HeaderClassName
{
color: #C08E3F;
}
.AnyTagClassName
{
color: #C08E3F;
}
</style>
background-color css
<style>
a { background-color: #C08E3F; }
a { background-color: rgb(192,142,63); }
div.DivClassName
{
background-color: #C08E3F;
}
.BgClassName
{
background-color: #C08E3F;
}
</style>
border-color css
<style>
span { border-color: #C08E3F; }
span { border-color: rgb(192,142,63); }
td.TdClassName
{
border-color: #C08E3F;
}
.TagClassName
{
border-color: #C08E3F;
}
</style>