Shades of Pizza #C28E3C
Tints of Pizza #C28E3C
RGB
CMYK
RGB Variations
Color information
#C28E3C (or 0xC28E3C) is known color: Pizza. HEX triplet: C2, 8E and 3C. RGB value is (194,142,60). Sum of RGB (Red+Green+Blue) = 194+142+60=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E3C is #3D71C3. Grayscale: #949494. Windows color (decimal): -4026820 or 3968706. OLE color: 3968706.
HSL color Cylindrical-coordinate representation of color #C28E3C: hue angle of 36.72º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C28E3C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 60 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.24 |
| HSL | 36.72º | 0.53% | 0.5% | - |
| HSV(B) | 36.72º | 0.69% | 0.76% | - |
| XYZ | 32.74 | 31.14 | 8.56 | - |
| YUV | 148.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 60 | 0 | 0.27 | 0.69 | 0.24 | 36.72 | 0.53 | 0.5 |
| Hex | C2 | 8E | 3C | 0 | 1B | 45 | 18 | 25 | 35 | 32 |
| Octal | 302 | 216 | 74 | 0 | 33 | 105 | 30 | 45 | 65 | 62 |
| Binary | 11000010 | 10001110 | 111100 | 0 | 11011 | 1000101 | 11000 | 100101 | 110101 | 110010 |
Color Harmonies of #C28E3C
Complementary color
Monochromatic Colors of #C28E3C
Black with #C28E3C
Text Example
Text Example
White with #C28E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E3C; }
p { color: rgb(194,142,60); }
H1.HeaderClassName
{
color: #C28E3C;
}
.AnyTagClassName
{
color: #C28E3C;
}
</style>
background-color css
<style>
a { background-color: #C28E3C; }
a { background-color: rgb(194,142,60); }
div.DivClassName
{
background-color: #C28E3C;
}
.BgClassName
{
background-color: #C28E3C;
}
</style>
border-color css
<style>
span { border-color: #C28E3C; }
span { border-color: rgb(194,142,60); }
td.TdClassName
{
border-color: #C28E3C;
}
.TagClassName
{
border-color: #C28E3C;
}
</style>