Shades of Pizza #C0873D
Tints of Pizza #C0873D
RGB
CMYK
RGB Variations
Color information
#C0873D (or 0xC0873D) is known color: Pizza. HEX triplet: C0, 87 and 3D. RGB value is (192,135,61). Sum of RGB (Red+Green+Blue) = 192+135+61=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0873D is #3F78C2. Grayscale: #8F8F8F. Windows color (decimal): -4159683 or 4032448. OLE color: 4032448.
HSL color Cylindrical-coordinate representation of color #C0873D: hue angle of 33.89º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0873D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 61 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.25 |
| HSL | 33.89º | 0.52% | 0.5% | - |
| HSV(B) | 33.89º | 0.68% | 0.75% | - |
| XYZ | 31.24 | 28.87 | 8.34 | - |
| YUV | 143.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 61 | 0 | 0.30 | 0.68 | 0.25 | 33.89 | 0.52 | 0.5 |
| Hex | C0 | 87 | 3D | 0 | 1E | 44 | 19 | 22 | 34 | 32 |
| Octal | 300 | 207 | 75 | 0 | 36 | 104 | 31 | 42 | 64 | 62 |
| Binary | 11000000 | 10000111 | 111101 | 0 | 11110 | 1000100 | 11001 | 100010 | 110100 | 110010 |
Color Harmonies of #C0873D
Complementary color
Monochromatic Colors of #C0873D
Black with #C0873D
Text Example
Text Example
White with #C0873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0873D; }
p { color: rgb(192,135,61); }
H1.HeaderClassName
{
color: #C0873D;
}
.AnyTagClassName
{
color: #C0873D;
}
</style>
background-color css
<style>
a { background-color: #C0873D; }
a { background-color: rgb(192,135,61); }
div.DivClassName
{
background-color: #C0873D;
}
.BgClassName
{
background-color: #C0873D;
}
</style>
border-color css
<style>
span { border-color: #C0873D; }
span { border-color: rgb(192,135,61); }
td.TdClassName
{
border-color: #C0873D;
}
.TagClassName
{
border-color: #C0873D;
}
</style>