Shades of Pizza #C0883D
Tints of Pizza #C0883D
RGB
CMYK
RGB Variations
Color information
#C0883D (or 0xC0883D) is known color: Pizza. HEX triplet: C0, 88 and 3D. RGB value is (192,136,61). Sum of RGB (Red+Green+Blue) = 192+136+61=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0883D is #3F77C2. Grayscale: #909090. Windows color (decimal): -4159427 or 4032704. OLE color: 4032704.
HSL color Cylindrical-coordinate representation of color #C0883D: hue angle of 34.35º 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 #C0883D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 61 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.25 |
| HSL | 34.35º | 0.52% | 0.5% | - |
| HSV(B) | 34.35º | 0.68% | 0.75% | - |
| XYZ | 31.38 | 29.15 | 8.39 | - |
| YUV | 144.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 61 | 0 | 0.29 | 0.68 | 0.25 | 34.35 | 0.52 | 0.5 |
| Hex | C0 | 88 | 3D | 0 | 1D | 44 | 19 | 22 | 34 | 32 |
| Octal | 300 | 210 | 75 | 0 | 35 | 104 | 31 | 42 | 64 | 62 |
| Binary | 11000000 | 10001000 | 111101 | 0 | 11101 | 1000100 | 11001 | 100010 | 110100 | 110010 |
Color Harmonies of #C0883D
Complementary color
Monochromatic Colors of #C0883D
Black with #C0883D
Text Example
Text Example
White with #C0883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0883D; }
p { color: rgb(192,136,61); }
H1.HeaderClassName
{
color: #C0883D;
}
.AnyTagClassName
{
color: #C0883D;
}
</style>
background-color css
<style>
a { background-color: #C0883D; }
a { background-color: rgb(192,136,61); }
div.DivClassName
{
background-color: #C0883D;
}
.BgClassName
{
background-color: #C0883D;
}
</style>
border-color css
<style>
span { border-color: #C0883D; }
span { border-color: rgb(192,136,61); }
td.TdClassName
{
border-color: #C0883D;
}
.TagClassName
{
border-color: #C0883D;
}
</style>