Shades of Pizza #C08D40
Tints of Pizza #C08D40
RGB
CMYK
RGB Variations
Color information
#C08D40 (or 0xC08D40) is known color: Pizza. HEX triplet: C0, 8D and 40. RGB value is (192,141,64). Sum of RGB (Red+Green+Blue) = 192+141+64=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D40 is #3F72BF. Grayscale: #939393. Windows color (decimal): -4158144 or 4230592. OLE color: 4230592.
HSL color Cylindrical-coordinate representation of color #C08D40: hue angle of 36.09º degrees, saturation: 0.5, 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 #C08D40 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 64 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.25 |
| HSL | 36.09º | 0.5% | 0.5% | - |
| HSV(B) | 36.09º | 0.67% | 0.75% | - |
| XYZ | 32.19 | 30.63 | 9.07 | - |
| YUV | 147.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 64 | 0 | 0.27 | 0.67 | 0.25 | 36.09 | 0.5 | 0.5 |
| Hex | C0 | 8D | 40 | 0 | 1B | 43 | 19 | 24 | 32 | 32 |
| Octal | 300 | 215 | 100 | 0 | 33 | 103 | 31 | 44 | 62 | 62 |
| Binary | 11000000 | 10001101 | 1000000 | 0 | 11011 | 1000011 | 11001 | 100100 | 110010 | 110010 |
Color Harmonies of #C08D40
Complementary color
Monochromatic Colors of #C08D40
Black with #C08D40
Text Example
Text Example
White with #C08D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D40; }
p { color: rgb(192,141,64); }
H1.HeaderClassName
{
color: #C08D40;
}
.AnyTagClassName
{
color: #C08D40;
}
</style>
background-color css
<style>
a { background-color: #C08D40; }
a { background-color: rgb(192,141,64); }
div.DivClassName
{
background-color: #C08D40;
}
.BgClassName
{
background-color: #C08D40;
}
</style>
border-color css
<style>
span { border-color: #C08D40; }
span { border-color: rgb(192,141,64); }
td.TdClassName
{
border-color: #C08D40;
}
.TagClassName
{
border-color: #C08D40;
}
</style>