Shades of Pizza #C28C36
Tints of Pizza #C28C36
RGB
CMYK
RGB Variations
Color information
#C28C36 (or 0xC28C36) is known color: Pizza. HEX triplet: C2, 8C and 36. RGB value is (194,140,54). Sum of RGB (Red+Green+Blue) = 194+140+54=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C36 is #3D73C9. Grayscale: #929292. Windows color (decimal): -4027338 or 3574978. OLE color: 3574978.
HSL color Cylindrical-coordinate representation of color #C28C36: hue angle of 36.86º 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 #C28C36 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 54 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.24 |
| HSL | 36.86º | 0.56% | 0.49% | - |
| HSV(B) | 36.86º | 0.72% | 0.76% | - |
| XYZ | 32.29 | 30.49 | 7.67 | - |
| YUV | 146.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 54 | 0 | 0.28 | 0.72 | 0.24 | 36.86 | 0.56 | 0.49 |
| Hex | C2 | 8C | 36 | 0 | 1C | 48 | 18 | 25 | 38 | 31 |
| Octal | 302 | 214 | 66 | 0 | 34 | 110 | 30 | 45 | 70 | 61 |
| Binary | 11000010 | 10001100 | 110110 | 0 | 11100 | 1001000 | 11000 | 100101 | 111000 | 110001 |
Color Harmonies of #C28C36
Complementary color
Monochromatic Colors of #C28C36
Black with #C28C36
Text Example
Text Example
White with #C28C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C36; }
p { color: rgb(194,140,54); }
H1.HeaderClassName
{
color: #C28C36;
}
.AnyTagClassName
{
color: #C28C36;
}
</style>
background-color css
<style>
a { background-color: #C28C36; }
a { background-color: rgb(194,140,54); }
div.DivClassName
{
background-color: #C28C36;
}
.BgClassName
{
background-color: #C28C36;
}
</style>
border-color css
<style>
span { border-color: #C28C36; }
span { border-color: rgb(194,140,54); }
td.TdClassName
{
border-color: #C28C36;
}
.TagClassName
{
border-color: #C28C36;
}
</style>