Shades of Pizza #C0963D
Tints of Pizza #C0963D
RGB
CMYK
RGB Variations
Color information
#C0963D (or 0xC0963D) is known color: Pizza. HEX triplet: C0, 96 and 3D. RGB value is (192,150,61). Sum of RGB (Red+Green+Blue) = 192+150+61=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0963D is #3F69C2. Grayscale: #989898. Windows color (decimal): -4155843 or 4036288. OLE color: 4036288.
HSL color Cylindrical-coordinate representation of color #C0963D: hue angle of 40.76º 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 #C0963D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 61 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.25 |
| HSL | 40.76º | 0.52% | 0.5% | - |
| HSV(B) | 40.76º | 0.68% | 0.75% | - |
| XYZ | 33.49 | 33.36 | 9.09 | - |
| YUV | 152.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 61 | 0 | 0.22 | 0.68 | 0.25 | 40.76 | 0.52 | 0.5 |
| Hex | C0 | 96 | 3D | 0 | 16 | 44 | 19 | 29 | 34 | 32 |
| Octal | 300 | 226 | 75 | 0 | 26 | 104 | 31 | 51 | 64 | 62 |
| Binary | 11000000 | 10010110 | 111101 | 0 | 10110 | 1000100 | 11001 | 101001 | 110100 | 110010 |
Color Harmonies of #C0963D
Complementary color
Monochromatic Colors of #C0963D
Black with #C0963D
Text Example
Text Example
White with #C0963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0963D; }
p { color: rgb(192,150,61); }
H1.HeaderClassName
{
color: #C0963D;
}
.AnyTagClassName
{
color: #C0963D;
}
</style>
background-color css
<style>
a { background-color: #C0963D; }
a { background-color: rgb(192,150,61); }
div.DivClassName
{
background-color: #C0963D;
}
.BgClassName
{
background-color: #C0963D;
}
</style>
border-color css
<style>
span { border-color: #C0963D; }
span { border-color: rgb(192,150,61); }
td.TdClassName
{
border-color: #C0963D;
}
.TagClassName
{
border-color: #C0963D;
}
</style>