Shades of Pizza #C2973B
Tints of Pizza #C2973B
RGB
CMYK
RGB Variations
Color information
#C2973B (or 0xC2973B) is known color: Pizza. HEX triplet: C2, 97 and 3B. RGB value is (194,151,59). Sum of RGB (Red+Green+Blue) = 194+151+59=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2973B is #3D68C4. Grayscale: #999999. Windows color (decimal): -4024517 or 3905474. OLE color: 3905474.
HSL color Cylindrical-coordinate representation of color #C2973B: hue angle of 40.89º degrees, saturation: 0.53, 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 #C2973B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 59 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.24 |
| HSL | 40.89º | 0.53% | 0.5% | - |
| HSV(B) | 40.89º | 0.7% | 0.76% | - |
| XYZ | 34.1 | 33.92 | 8.89 | - |
| YUV | 153.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 59 | 0 | 0.22 | 0.70 | 0.24 | 40.89 | 0.53 | 0.5 |
| Hex | C2 | 97 | 3B | 0 | 16 | 46 | 18 | 29 | 35 | 32 |
| Octal | 302 | 227 | 73 | 0 | 26 | 106 | 30 | 51 | 65 | 62 |
| Binary | 11000010 | 10010111 | 111011 | 0 | 10110 | 1000110 | 11000 | 101001 | 110101 | 110010 |
Color Harmonies of #C2973B
Complementary color
Monochromatic Colors of #C2973B
Black with #C2973B
Text Example
Text Example
White with #C2973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2973B; }
p { color: rgb(194,151,59); }
H1.HeaderClassName
{
color: #C2973B;
}
.AnyTagClassName
{
color: #C2973B;
}
</style>
background-color css
<style>
a { background-color: #C2973B; }
a { background-color: rgb(194,151,59); }
div.DivClassName
{
background-color: #C2973B;
}
.BgClassName
{
background-color: #C2973B;
}
</style>
border-color css
<style>
span { border-color: #C2973B; }
span { border-color: rgb(194,151,59); }
td.TdClassName
{
border-color: #C2973B;
}
.TagClassName
{
border-color: #C2973B;
}
</style>