Shades of Pizza #C08640
Tints of Pizza #C08640
RGB
CMYK
RGB Variations
Color information
#C08640 (or 0xC08640) is known color: Pizza. HEX triplet: C0, 86 and 40. RGB value is (192,134,64). Sum of RGB (Red+Green+Blue) = 192+134+64=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08640 is #3F79BF. Grayscale: #8F8F8F. Windows color (decimal): -4159936 or 4228800. OLE color: 4228800.
HSL color Cylindrical-coordinate representation of color #C08640: hue angle of 32.81º 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 #C08640 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 64 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.25 |
| HSL | 32.81º | 0.5% | 0.5% | - |
| HSV(B) | 32.81º | 0.67% | 0.75% | - |
| XYZ | 31.19 | 28.63 | 8.73 | - |
| YUV | 143.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 64 | 0 | 0.30 | 0.67 | 0.25 | 32.81 | 0.5 | 0.5 |
| Hex | C0 | 86 | 40 | 0 | 1E | 43 | 19 | 21 | 32 | 32 |
| Octal | 300 | 206 | 100 | 0 | 36 | 103 | 31 | 41 | 62 | 62 |
| Binary | 11000000 | 10000110 | 1000000 | 0 | 11110 | 1000011 | 11001 | 100001 | 110010 | 110010 |
Color Harmonies of #C08640
Complementary color
Monochromatic Colors of #C08640
Black with #C08640
Text Example
Text Example
White with #C08640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08640; }
p { color: rgb(192,134,64); }
H1.HeaderClassName
{
color: #C08640;
}
.AnyTagClassName
{
color: #C08640;
}
</style>
background-color css
<style>
a { background-color: #C08640; }
a { background-color: rgb(192,134,64); }
div.DivClassName
{
background-color: #C08640;
}
.BgClassName
{
background-color: #C08640;
}
</style>
border-color css
<style>
span { border-color: #C08640; }
span { border-color: rgb(192,134,64); }
td.TdClassName
{
border-color: #C08640;
}
.TagClassName
{
border-color: #C08640;
}
</style>