Shades of Pizza #C28E3E
Tints of Pizza #C28E3E
RGB
CMYK
RGB Variations
Color information
#C28E3E (or 0xC28E3E) is known color: Pizza. HEX triplet: C2, 8E and 3E. RGB value is (194,142,62). Sum of RGB (Red+Green+Blue) = 194+142+62=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E3E is #3D71C1. Grayscale: #949494. Windows color (decimal): -4026818 or 4099778. OLE color: 4099778.
HSL color Cylindrical-coordinate representation of color #C28E3E: hue angle of 36.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C28E3E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 62 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.24 |
| HSL | 36.36º | 0.52% | 0.5% | - |
| HSV(B) | 36.36º | 0.68% | 0.76% | - |
| XYZ | 32.79 | 31.16 | 8.84 | - |
| YUV | 148.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 62 | 0 | 0.27 | 0.68 | 0.24 | 36.36 | 0.52 | 0.5 |
| Hex | C2 | 8E | 3E | 0 | 1B | 44 | 18 | 24 | 34 | 32 |
| Octal | 302 | 216 | 76 | 0 | 33 | 104 | 30 | 44 | 64 | 62 |
| Binary | 11000010 | 10001110 | 111110 | 0 | 11011 | 1000100 | 11000 | 100100 | 110100 | 110010 |
Color Harmonies of #C28E3E
Complementary color
Monochromatic Colors of #C28E3E
Black with #C28E3E
Text Example
Text Example
White with #C28E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E3E; }
p { color: rgb(194,142,62); }
H1.HeaderClassName
{
color: #C28E3E;
}
.AnyTagClassName
{
color: #C28E3E;
}
</style>
background-color css
<style>
a { background-color: #C28E3E; }
a { background-color: rgb(194,142,62); }
div.DivClassName
{
background-color: #C28E3E;
}
.BgClassName
{
background-color: #C28E3E;
}
</style>
border-color css
<style>
span { border-color: #C28E3E; }
span { border-color: rgb(194,142,62); }
td.TdClassName
{
border-color: #C28E3E;
}
.TagClassName
{
border-color: #C28E3E;
}
</style>