Shades of Pizza #C2873A
Tints of Pizza #C2873A
RGB
CMYK
RGB Variations
Color information
#C2873A (or 0xC2873A) is known color: Pizza. HEX triplet: C2, 87 and 3A. RGB value is (194,135,58). Sum of RGB (Red+Green+Blue) = 194+135+58=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2873A is #3D78C5. Grayscale: #909090. Windows color (decimal): -4028614 or 3835842. OLE color: 3835842.
HSL color Cylindrical-coordinate representation of color #C2873A: hue angle of 33.97º 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 #C2873A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 58 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.24 |
| HSL | 33.97º | 0.54% | 0.49% | - |
| HSV(B) | 33.97º | 0.7% | 0.76% | - |
| XYZ | 31.68 | 29.1 | 7.95 | - |
| YUV | 143.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 58 | 0 | 0.30 | 0.70 | 0.24 | 33.97 | 0.54 | 0.49 |
| Hex | C2 | 87 | 3A | 0 | 1E | 46 | 18 | 22 | 36 | 31 |
| Octal | 302 | 207 | 72 | 0 | 36 | 106 | 30 | 42 | 66 | 61 |
| Binary | 11000010 | 10000111 | 111010 | 0 | 11110 | 1000110 | 11000 | 100010 | 110110 | 110001 |
Color Harmonies of #C2873A
Complementary color
Monochromatic Colors of #C2873A
Black with #C2873A
Text Example
Text Example
White with #C2873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2873A; }
p { color: rgb(194,135,58); }
H1.HeaderClassName
{
color: #C2873A;
}
.AnyTagClassName
{
color: #C2873A;
}
</style>
background-color css
<style>
a { background-color: #C2873A; }
a { background-color: rgb(194,135,58); }
div.DivClassName
{
background-color: #C2873A;
}
.BgClassName
{
background-color: #C2873A;
}
</style>
border-color css
<style>
span { border-color: #C2873A; }
span { border-color: rgb(194,135,58); }
td.TdClassName
{
border-color: #C2873A;
}
.TagClassName
{
border-color: #C2873A;
}
</style>