Shades of Pizza #C2963B
Tints of Pizza #C2963B
RGB
CMYK
RGB Variations
Color information
#C2963B (or 0xC2963B) is known color: Pizza. HEX triplet: C2, 96 and 3B. RGB value is (194,150,59). Sum of RGB (Red+Green+Blue) = 194+150+59=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2963B is #3D69C4. Grayscale: #999999. Windows color (decimal): -4024773 or 3905218. OLE color: 3905218.
HSL color Cylindrical-coordinate representation of color #C2963B: hue angle of 40.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2963B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 59 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.24 |
| HSL | 40.44º | 0.53% | 0.5% | - |
| HSV(B) | 40.44º | 0.7% | 0.76% | - |
| XYZ | 33.94 | 33.6 | 8.83 | - |
| YUV | 152.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 59 | 0 | 0.23 | 0.70 | 0.24 | 40.44 | 0.53 | 0.5 |
| Hex | C2 | 96 | 3B | 0 | 17 | 46 | 18 | 28 | 35 | 32 |
| Octal | 302 | 226 | 73 | 0 | 27 | 106 | 30 | 50 | 65 | 62 |
| Binary | 11000010 | 10010110 | 111011 | 0 | 10111 | 1000110 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C2963B
Complementary color
Monochromatic Colors of #C2963B
Black with #C2963B
Text Example
Text Example
White with #C2963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2963B; }
p { color: rgb(194,150,59); }
H1.HeaderClassName
{
color: #C2963B;
}
.AnyTagClassName
{
color: #C2963B;
}
</style>
background-color css
<style>
a { background-color: #C2963B; }
a { background-color: rgb(194,150,59); }
div.DivClassName
{
background-color: #C2963B;
}
.BgClassName
{
background-color: #C2963B;
}
</style>
border-color css
<style>
span { border-color: #C2963B; }
span { border-color: rgb(194,150,59); }
td.TdClassName
{
border-color: #C2963B;
}
.TagClassName
{
border-color: #C2963B;
}
</style>