Shades of Pizza #C28D36
Tints of Pizza #C28D36
RGB
CMYK
RGB Variations
Color information
#C28D36 (or 0xC28D36) is known color: Pizza. HEX triplet: C2, 8D and 36. RGB value is (194,141,54). Sum of RGB (Red+Green+Blue) = 194+141+54=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D36 is #3D72C9. Grayscale: #939393. Windows color (decimal): -4027082 or 3575234. OLE color: 3575234.
HSL color Cylindrical-coordinate representation of color #C28D36: hue angle of 37.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28D36 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 54 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.24 |
| HSL | 37.29º | 0.56% | 0.49% | - |
| HSV(B) | 37.29º | 0.72% | 0.76% | - |
| XYZ | 32.44 | 30.79 | 7.72 | - |
| YUV | 146.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 54 | 0 | 0.27 | 0.72 | 0.24 | 37.29 | 0.56 | 0.49 |
| Hex | C2 | 8D | 36 | 0 | 1B | 48 | 18 | 25 | 38 | 31 |
| Octal | 302 | 215 | 66 | 0 | 33 | 110 | 30 | 45 | 70 | 61 |
| Binary | 11000010 | 10001101 | 110110 | 0 | 11011 | 1001000 | 11000 | 100101 | 111000 | 110001 |
Color Harmonies of #C28D36
Complementary color
Monochromatic Colors of #C28D36
Black with #C28D36
Text Example
Text Example
White with #C28D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D36; }
p { color: rgb(194,141,54); }
H1.HeaderClassName
{
color: #C28D36;
}
.AnyTagClassName
{
color: #C28D36;
}
</style>
background-color css
<style>
a { background-color: #C28D36; }
a { background-color: rgb(194,141,54); }
div.DivClassName
{
background-color: #C28D36;
}
.BgClassName
{
background-color: #C28D36;
}
</style>
border-color css
<style>
span { border-color: #C28D36; }
span { border-color: rgb(194,141,54); }
td.TdClassName
{
border-color: #C28D36;
}
.TagClassName
{
border-color: #C28D36;
}
</style>