Shades of Pizza #C08940
Tints of Pizza #C08940
RGB
CMYK
RGB Variations
Color information
#C08940 (or 0xC08940) is known color: Pizza. HEX triplet: C0, 89 and 40. RGB value is (192,137,64). Sum of RGB (Red+Green+Blue) = 192+137+64=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08940 is #3F76BF. Grayscale: #919191. Windows color (decimal): -4159168 or 4229568. OLE color: 4229568.
HSL color Cylindrical-coordinate representation of color #C08940: hue angle of 34.22º 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 #C08940 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 64 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.25 |
| HSL | 34.22º | 0.5% | 0.5% | - |
| HSV(B) | 34.22º | 0.67% | 0.75% | - |
| XYZ | 31.61 | 29.47 | 8.87 | - |
| YUV | 145.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 64 | 0 | 0.29 | 0.67 | 0.25 | 34.22 | 0.5 | 0.5 |
| Hex | C0 | 89 | 40 | 0 | 1D | 43 | 19 | 22 | 32 | 32 |
| Octal | 300 | 211 | 100 | 0 | 35 | 103 | 31 | 42 | 62 | 62 |
| Binary | 11000000 | 10001001 | 1000000 | 0 | 11101 | 1000011 | 11001 | 100010 | 110010 | 110010 |
Color Harmonies of #C08940
Complementary color
Monochromatic Colors of #C08940
Black with #C08940
Text Example
Text Example
White with #C08940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08940; }
p { color: rgb(192,137,64); }
H1.HeaderClassName
{
color: #C08940;
}
.AnyTagClassName
{
color: #C08940;
}
</style>
background-color css
<style>
a { background-color: #C08940; }
a { background-color: rgb(192,137,64); }
div.DivClassName
{
background-color: #C08940;
}
.BgClassName
{
background-color: #C08940;
}
</style>
border-color css
<style>
span { border-color: #C08940; }
span { border-color: rgb(192,137,64); }
td.TdClassName
{
border-color: #C08940;
}
.TagClassName
{
border-color: #C08940;
}
</style>