Shades of Pizza #C3963E
Tints of Pizza #C3963E
RGB
CMYK
RGB Variations
Color information
#C3963E (or 0xC3963E) is known color: Pizza. HEX triplet: C3, 96 and 3E. RGB value is (195,150,62). Sum of RGB (Red+Green+Blue) = 195+150+62=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3963E is #3C69C1. Grayscale: #999999. Windows color (decimal): -3959234 or 4101827. OLE color: 4101827.
HSL color Cylindrical-coordinate representation of color #C3963E: hue angle of 39.7º degrees, saturation: 0.53, 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 #C3963E is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 62 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.24 |
| HSL | 39.7º | 0.53% | 0.5% | - |
| HSV(B) | 39.7º | 0.68% | 0.76% | - |
| XYZ | 34.28 | 33.76 | 9.27 | - |
| YUV | 153.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 62 | 0 | 0.23 | 0.68 | 0.24 | 39.7 | 0.53 | 0.5 |
| Hex | C3 | 96 | 3E | 0 | 17 | 44 | 18 | 28 | 35 | 32 |
| Octal | 303 | 226 | 76 | 0 | 27 | 104 | 30 | 50 | 65 | 62 |
| Binary | 11000011 | 10010110 | 111110 | 0 | 10111 | 1000100 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C3963E
Complementary color
Monochromatic Colors of #C3963E
Black with #C3963E
Text Example
Text Example
White with #C3963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3963E; }
p { color: rgb(195,150,62); }
H1.HeaderClassName
{
color: #C3963E;
}
.AnyTagClassName
{
color: #C3963E;
}
</style>
background-color css
<style>
a { background-color: #C3963E; }
a { background-color: rgb(195,150,62); }
div.DivClassName
{
background-color: #C3963E;
}
.BgClassName
{
background-color: #C3963E;
}
</style>
border-color css
<style>
span { border-color: #C3963E; }
span { border-color: rgb(195,150,62); }
td.TdClassName
{
border-color: #C3963E;
}
.TagClassName
{
border-color: #C3963E;
}
</style>