Shades of Pizza #C2983A
Tints of Pizza #C2983A
RGB
CMYK
RGB Variations
Color information
#C2983A (or 0xC2983A) is known color: Pizza. HEX triplet: C2, 98 and 3A. RGB value is (194,152,58). Sum of RGB (Red+Green+Blue) = 194+152+58=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2983A is #3D67C5. Grayscale: #9A9A9A. Windows color (decimal): -4024262 or 3840194. OLE color: 3840194.
HSL color Cylindrical-coordinate representation of color #C2983A: hue angle of 41.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2983A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 58 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.24 |
| HSL | 41.47º | 0.54% | 0.49% | - |
| HSV(B) | 41.47º | 0.7% | 0.76% | - |
| XYZ | 34.24 | 34.23 | 8.81 | - |
| YUV | 153.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 58 | 0 | 0.22 | 0.70 | 0.24 | 41.47 | 0.54 | 0.49 |
| Hex | C2 | 98 | 3A | 0 | 16 | 46 | 18 | 29 | 36 | 31 |
| Octal | 302 | 230 | 72 | 0 | 26 | 106 | 30 | 51 | 66 | 61 |
| Binary | 11000010 | 10011000 | 111010 | 0 | 10110 | 1000110 | 11000 | 101001 | 110110 | 110001 |
Color Harmonies of #C2983A
Complementary color
Monochromatic Colors of #C2983A
Black with #C2983A
Text Example
Text Example
White with #C2983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2983A; }
p { color: rgb(194,152,58); }
H1.HeaderClassName
{
color: #C2983A;
}
.AnyTagClassName
{
color: #C2983A;
}
</style>
background-color css
<style>
a { background-color: #C2983A; }
a { background-color: rgb(194,152,58); }
div.DivClassName
{
background-color: #C2983A;
}
.BgClassName
{
background-color: #C2983A;
}
</style>
border-color css
<style>
span { border-color: #C2983A; }
span { border-color: rgb(194,152,58); }
td.TdClassName
{
border-color: #C2983A;
}
.TagClassName
{
border-color: #C2983A;
}
</style>