Shades of Pizza #C3973B
Tints of Pizza #C3973B
RGB
CMYK
RGB Variations
Color information
#C3973B (or 0xC3973B) is known color: Pizza. HEX triplet: C3, 97 and 3B. RGB value is (195,151,59). Sum of RGB (Red+Green+Blue) = 195+151+59=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3973B is #3C68C4. Grayscale: #9A9A9A. Windows color (decimal): -3958981 or 3905475. OLE color: 3905475.
HSL color Cylindrical-coordinate representation of color #C3973B: hue angle of 40.59º degrees, saturation: 0.54, 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 #C3973B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 59 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.24 |
| HSL | 40.59º | 0.54% | 0.5% | - |
| HSV(B) | 40.59º | 0.7% | 0.76% | - |
| XYZ | 34.36 | 34.05 | 8.9 | - |
| YUV | 153.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 59 | 0 | 0.23 | 0.70 | 0.24 | 40.59 | 0.54 | 0.5 |
| Hex | C3 | 97 | 3B | 0 | 17 | 46 | 18 | 29 | 36 | 32 |
| Octal | 303 | 227 | 73 | 0 | 27 | 106 | 30 | 51 | 66 | 62 |
| Binary | 11000011 | 10010111 | 111011 | 0 | 10111 | 1000110 | 11000 | 101001 | 110110 | 110010 |
Color Harmonies of #C3973B
Complementary color
Monochromatic Colors of #C3973B
Black with #C3973B
Text Example
Text Example
White with #C3973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3973B; }
p { color: rgb(195,151,59); }
H1.HeaderClassName
{
color: #C3973B;
}
.AnyTagClassName
{
color: #C3973B;
}
</style>
background-color css
<style>
a { background-color: #C3973B; }
a { background-color: rgb(195,151,59); }
div.DivClassName
{
background-color: #C3973B;
}
.BgClassName
{
background-color: #C3973B;
}
</style>
border-color css
<style>
span { border-color: #C3973B; }
span { border-color: rgb(195,151,59); }
td.TdClassName
{
border-color: #C3973B;
}
.TagClassName
{
border-color: #C3973B;
}
</style>