Shades of Pizza #C2963D
Tints of Pizza #C2963D
RGB
CMYK
RGB Variations
Color information
#C2963D (or 0xC2963D) is known color: Pizza. HEX triplet: C2, 96 and 3D. RGB value is (194,150,61). Sum of RGB (Red+Green+Blue) = 194+150+61=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2963D is #3D69C2. Grayscale: #999999. Windows color (decimal): -4024771 or 4036290. OLE color: 4036290.
HSL color Cylindrical-coordinate representation of color #C2963D: hue angle of 40.15º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2963D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 61 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 40.15º | 0.52% | 0.5% | - |
| HSV(B) | 40.15º | 0.69% | 0.76% | - |
| XYZ | 34 | 33.62 | 9.11 | - |
| YUV | 153.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 61 | 0 | 0.23 | 0.69 | 0.24 | 40.15 | 0.52 | 0.5 |
| Hex | C2 | 96 | 3D | 0 | 17 | 45 | 18 | 28 | 34 | 32 |
| Octal | 302 | 226 | 75 | 0 | 27 | 105 | 30 | 50 | 64 | 62 |
| Binary | 11000010 | 10010110 | 111101 | 0 | 10111 | 1000101 | 11000 | 101000 | 110100 | 110010 |
Color Harmonies of #C2963D
Complementary color
Monochromatic Colors of #C2963D
Black with #C2963D
Text Example
Text Example
White with #C2963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2963D; }
p { color: rgb(194,150,61); }
H1.HeaderClassName
{
color: #C2963D;
}
.AnyTagClassName
{
color: #C2963D;
}
</style>
background-color css
<style>
a { background-color: #C2963D; }
a { background-color: rgb(194,150,61); }
div.DivClassName
{
background-color: #C2963D;
}
.BgClassName
{
background-color: #C2963D;
}
</style>
border-color css
<style>
span { border-color: #C2963D; }
span { border-color: rgb(194,150,61); }
td.TdClassName
{
border-color: #C2963D;
}
.TagClassName
{
border-color: #C2963D;
}
</style>