Shades of Pizza #C2893A
Tints of Pizza #C2893A
RGB
CMYK
RGB Variations
Color information
#C2893A (or 0xC2893A) is known color: Pizza. HEX triplet: C2, 89 and 3A. RGB value is (194,137,58). Sum of RGB (Red+Green+Blue) = 194+137+58=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2893A is #3D76C5. Grayscale: #919191. Windows color (decimal): -4028102 or 3836354. OLE color: 3836354.
HSL color Cylindrical-coordinate representation of color #C2893A: hue angle of 34.85º 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 #C2893A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 58 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.24 |
| HSL | 34.85º | 0.54% | 0.49% | - |
| HSV(B) | 34.85º | 0.7% | 0.76% | - |
| XYZ | 31.96 | 29.67 | 8.04 | - |
| YUV | 145.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 58 | 0 | 0.29 | 0.70 | 0.24 | 34.85 | 0.54 | 0.49 |
| Hex | C2 | 89 | 3A | 0 | 1D | 46 | 18 | 23 | 36 | 31 |
| Octal | 302 | 211 | 72 | 0 | 35 | 106 | 30 | 43 | 66 | 61 |
| Binary | 11000010 | 10001001 | 111010 | 0 | 11101 | 1000110 | 11000 | 100011 | 110110 | 110001 |
Color Harmonies of #C2893A
Complementary color
Monochromatic Colors of #C2893A
Black with #C2893A
Text Example
Text Example
White with #C2893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2893A; }
p { color: rgb(194,137,58); }
H1.HeaderClassName
{
color: #C2893A;
}
.AnyTagClassName
{
color: #C2893A;
}
</style>
background-color css
<style>
a { background-color: #C2893A; }
a { background-color: rgb(194,137,58); }
div.DivClassName
{
background-color: #C2893A;
}
.BgClassName
{
background-color: #C2893A;
}
</style>
border-color css
<style>
span { border-color: #C2893A; }
span { border-color: rgb(194,137,58); }
td.TdClassName
{
border-color: #C2893A;
}
.TagClassName
{
border-color: #C2893A;
}
</style>