Shades of Pizza #C28E3A
Tints of Pizza #C28E3A
RGB
CMYK
RGB Variations
Color information
#C28E3A (or 0xC28E3A) is known color: Pizza. HEX triplet: C2, 8E and 3A. RGB value is (194,142,58). Sum of RGB (Red+Green+Blue) = 194+142+58=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E3A is #3D71C5. Grayscale: #949494. Windows color (decimal): -4026822 or 3837634. OLE color: 3837634.
HSL color Cylindrical-coordinate representation of color #C28E3A: hue angle of 37.06º 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 #C28E3A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 58 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.24 |
| HSL | 37.06º | 0.54% | 0.49% | - |
| HSV(B) | 37.06º | 0.7% | 0.76% | - |
| XYZ | 32.68 | 31.12 | 8.29 | - |
| YUV | 147.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 58 | 0 | 0.27 | 0.70 | 0.24 | 37.06 | 0.54 | 0.49 |
| Hex | C2 | 8E | 3A | 0 | 1B | 46 | 18 | 25 | 36 | 31 |
| Octal | 302 | 216 | 72 | 0 | 33 | 106 | 30 | 45 | 66 | 61 |
| Binary | 11000010 | 10001110 | 111010 | 0 | 11011 | 1000110 | 11000 | 100101 | 110110 | 110001 |
Color Harmonies of #C28E3A
Complementary color
Monochromatic Colors of #C28E3A
Black with #C28E3A
Text Example
Text Example
White with #C28E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E3A; }
p { color: rgb(194,142,58); }
H1.HeaderClassName
{
color: #C28E3A;
}
.AnyTagClassName
{
color: #C28E3A;
}
</style>
background-color css
<style>
a { background-color: #C28E3A; }
a { background-color: rgb(194,142,58); }
div.DivClassName
{
background-color: #C28E3A;
}
.BgClassName
{
background-color: #C28E3A;
}
</style>
border-color css
<style>
span { border-color: #C28E3A; }
span { border-color: rgb(194,142,58); }
td.TdClassName
{
border-color: #C28E3A;
}
.TagClassName
{
border-color: #C28E3A;
}
</style>