Shades of Pizza #C0953B
Tints of Pizza #C0953B
RGB
CMYK
RGB Variations
Color information
#C0953B (or 0xC0953B) is known color: Pizza. HEX triplet: C0, 95 and 3B. RGB value is (192,149,59). Sum of RGB (Red+Green+Blue) = 192+149+59=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0953B is #3F6AC4. Grayscale: #989898. Windows color (decimal): -4156101 or 3904960. OLE color: 3904960.
HSL color Cylindrical-coordinate representation of color #C0953B: hue angle of 40.6º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0953B is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 59 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.25 |
| HSL | 40.6º | 0.53% | 0.49% | - |
| HSV(B) | 40.6º | 0.69% | 0.75% | - |
| XYZ | 33.28 | 33.02 | 8.76 | - |
| YUV | 151.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 59 | 0 | 0.22 | 0.69 | 0.25 | 40.6 | 0.53 | 0.49 |
| Hex | C0 | 95 | 3B | 0 | 16 | 45 | 19 | 29 | 35 | 31 |
| Octal | 300 | 225 | 73 | 0 | 26 | 105 | 31 | 51 | 65 | 61 |
| Binary | 11000000 | 10010101 | 111011 | 0 | 10110 | 1000101 | 11001 | 101001 | 110101 | 110001 |
Color Harmonies of #C0953B
Complementary color
Monochromatic Colors of #C0953B
Black with #C0953B
Text Example
Text Example
White with #C0953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0953B; }
p { color: rgb(192,149,59); }
H1.HeaderClassName
{
color: #C0953B;
}
.AnyTagClassName
{
color: #C0953B;
}
</style>
background-color css
<style>
a { background-color: #C0953B; }
a { background-color: rgb(192,149,59); }
div.DivClassName
{
background-color: #C0953B;
}
.BgClassName
{
background-color: #C0953B;
}
</style>
border-color css
<style>
span { border-color: #C0953B; }
span { border-color: rgb(192,149,59); }
td.TdClassName
{
border-color: #C0953B;
}
.TagClassName
{
border-color: #C0953B;
}
</style>