Shades of Pizza #C0953E
Tints of Pizza #C0953E
RGB
CMYK
RGB Variations
Color information
#C0953E (or 0xC0953E) is known color: Pizza. HEX triplet: C0, 95 and 3E. RGB value is (192,149,62). Sum of RGB (Red+Green+Blue) = 192+149+62=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0953E is #3F6AC1. Grayscale: #989898. Windows color (decimal): -4156098 or 4101568. OLE color: 4101568.
HSL color Cylindrical-coordinate representation of color #C0953E: hue angle of 40.15º degrees, saturation: 0.51, 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 #C0953E is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 62 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.25 |
| HSL | 40.15º | 0.51% | 0.5% | - |
| HSV(B) | 40.15º | 0.68% | 0.75% | - |
| XYZ | 33.36 | 33.05 | 9.18 | - |
| YUV | 151.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 62 | 0 | 0.22 | 0.68 | 0.25 | 40.15 | 0.51 | 0.5 |
| Hex | C0 | 95 | 3E | 0 | 16 | 44 | 19 | 28 | 33 | 32 |
| Octal | 300 | 225 | 76 | 0 | 26 | 104 | 31 | 50 | 63 | 62 |
| Binary | 11000000 | 10010101 | 111110 | 0 | 10110 | 1000100 | 11001 | 101000 | 110011 | 110010 |
Color Harmonies of #C0953E
Complementary color
Monochromatic Colors of #C0953E
Black with #C0953E
Text Example
Text Example
White with #C0953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0953E; }
p { color: rgb(192,149,62); }
H1.HeaderClassName
{
color: #C0953E;
}
.AnyTagClassName
{
color: #C0953E;
}
</style>
background-color css
<style>
a { background-color: #C0953E; }
a { background-color: rgb(192,149,62); }
div.DivClassName
{
background-color: #C0953E;
}
.BgClassName
{
background-color: #C0953E;
}
</style>
border-color css
<style>
span { border-color: #C0953E; }
span { border-color: rgb(192,149,62); }
td.TdClassName
{
border-color: #C0953E;
}
.TagClassName
{
border-color: #C0953E;
}
</style>