Shades of Pizza #C3973C
Tints of Pizza #C3973C
RGB
CMYK
RGB Variations
Color information
#C3973C (or 0xC3973C) is known color: Pizza. HEX triplet: C3, 97 and 3C. RGB value is (195,151,60). Sum of RGB (Red+Green+Blue) = 195+151+60=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3973C is #3C68C3. Grayscale: #9A9A9A. Windows color (decimal): -3958980 or 3971011. OLE color: 3971011.
HSL color Cylindrical-coordinate representation of color #C3973C: 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.69%. Process color model (Four color, CMYK) of #C3973C is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 60 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 40.44º | 0.53% | 0.5% | - |
| HSV(B) | 40.44º | 0.69% | 0.76% | - |
| XYZ | 34.39 | 34.06 | 9.04 | - |
| YUV | 153.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 60 | 0 | 0.23 | 0.69 | 0.24 | 40.44 | 0.53 | 0.5 |
| Hex | C3 | 97 | 3C | 0 | 17 | 45 | 18 | 28 | 35 | 32 |
| Octal | 303 | 227 | 74 | 0 | 27 | 105 | 30 | 50 | 65 | 62 |
| Binary | 11000011 | 10010111 | 111100 | 0 | 10111 | 1000101 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C3973C
Complementary color
Monochromatic Colors of #C3973C
Black with #C3973C
Text Example
Text Example
White with #C3973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3973C; }
p { color: rgb(195,151,60); }
H1.HeaderClassName
{
color: #C3973C;
}
.AnyTagClassName
{
color: #C3973C;
}
</style>
background-color css
<style>
a { background-color: #C3973C; }
a { background-color: rgb(195,151,60); }
div.DivClassName
{
background-color: #C3973C;
}
.BgClassName
{
background-color: #C3973C;
}
</style>
border-color css
<style>
span { border-color: #C3973C; }
span { border-color: rgb(195,151,60); }
td.TdClassName
{
border-color: #C3973C;
}
.TagClassName
{
border-color: #C3973C;
}
</style>