Shades of Pizza #C2963E
Tints of Pizza #C2963E
RGB
CMYK
RGB Variations
Color information
#C2963E (or 0xC2963E) is known color: Pizza. HEX triplet: C2, 96 and 3E. RGB value is (194,150,62). Sum of RGB (Red+Green+Blue) = 194+150+62=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2963E is #3D69C1. Grayscale: #999999. Windows color (decimal): -4024770 or 4101826. OLE color: 4101826.
HSL color Cylindrical-coordinate representation of color #C2963E: hue angle of 40º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2963E is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 62 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.24 |
| HSL | 40º | 0.52% | 0.5% | - |
| HSV(B) | 40º | 0.68% | 0.76% | - |
| XYZ | 34.02 | 33.63 | 9.26 | - |
| YUV | 153.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 62 | 0 | 0.23 | 0.68 | 0.24 | 40 | 0.52 | 0.5 |
| Hex | C2 | 96 | 3E | 0 | 17 | 44 | 18 | 28 | 34 | 32 |
| Octal | 302 | 226 | 76 | 0 | 27 | 104 | 30 | 50 | 64 | 62 |
| Binary | 11000010 | 10010110 | 111110 | 0 | 10111 | 1000100 | 11000 | 101000 | 110100 | 110010 |
Color Harmonies of #C2963E
Complementary color
Monochromatic Colors of #C2963E
Black with #C2963E
Text Example
Text Example
White with #C2963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2963E; }
p { color: rgb(194,150,62); }
H1.HeaderClassName
{
color: #C2963E;
}
.AnyTagClassName
{
color: #C2963E;
}
</style>
background-color css
<style>
a { background-color: #C2963E; }
a { background-color: rgb(194,150,62); }
div.DivClassName
{
background-color: #C2963E;
}
.BgClassName
{
background-color: #C2963E;
}
</style>
border-color css
<style>
span { border-color: #C2963E; }
span { border-color: rgb(194,150,62); }
td.TdClassName
{
border-color: #C2963E;
}
.TagClassName
{
border-color: #C2963E;
}
</style>