Shades of Pizza #C2943B
Tints of Pizza #C2943B
RGB
CMYK
RGB Variations
Color information
#C2943B (or 0xC2943B) is known color: Pizza. HEX triplet: C2, 94 and 3B. RGB value is (194,148,59). Sum of RGB (Red+Green+Blue) = 194+148+59=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2943B is #3D6BC4. Grayscale: #989898. Windows color (decimal): -4025285 or 3904706. OLE color: 3904706.
HSL color Cylindrical-coordinate representation of color #C2943B: hue angle of 39.56º 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 #C2943B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 59 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.24 |
| HSL | 39.56º | 0.53% | 0.5% | - |
| HSV(B) | 39.56º | 0.7% | 0.76% | - |
| XYZ | 33.63 | 32.96 | 8.73 | - |
| YUV | 151.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 59 | 0 | 0.24 | 0.70 | 0.24 | 39.56 | 0.53 | 0.5 |
| Hex | C2 | 94 | 3B | 0 | 18 | 46 | 18 | 28 | 35 | 32 |
| Octal | 302 | 224 | 73 | 0 | 30 | 106 | 30 | 50 | 65 | 62 |
| Binary | 11000010 | 10010100 | 111011 | 0 | 11000 | 1000110 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C2943B
Complementary color
Monochromatic Colors of #C2943B
Black with #C2943B
Text Example
Text Example
White with #C2943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2943B; }
p { color: rgb(194,148,59); }
H1.HeaderClassName
{
color: #C2943B;
}
.AnyTagClassName
{
color: #C2943B;
}
</style>
background-color css
<style>
a { background-color: #C2943B; }
a { background-color: rgb(194,148,59); }
div.DivClassName
{
background-color: #C2943B;
}
.BgClassName
{
background-color: #C2943B;
}
</style>
border-color css
<style>
span { border-color: #C2943B; }
span { border-color: rgb(194,148,59); }
td.TdClassName
{
border-color: #C2943B;
}
.TagClassName
{
border-color: #C2943B;
}
</style>