Shades of Pizza #C28C3C
Tints of Pizza #C28C3C
RGB
CMYK
RGB Variations
Color information
#C28C3C (or 0xC28C3C) is known color: Pizza. HEX triplet: C2, 8C and 3C. RGB value is (194,140,60). Sum of RGB (Red+Green+Blue) = 194+140+60=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C3C is #3D73C3. Grayscale: #939393. Windows color (decimal): -4027332 or 3968194. OLE color: 3968194.
HSL color Cylindrical-coordinate representation of color #C28C3C: hue angle of 35.82º 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 #C28C3C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 60 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.24 |
| HSL | 35.82º | 0.53% | 0.5% | - |
| HSV(B) | 35.82º | 0.69% | 0.76% | - |
| XYZ | 32.44 | 30.55 | 8.46 | - |
| YUV | 147.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 60 | 0 | 0.28 | 0.69 | 0.24 | 35.82 | 0.53 | 0.5 |
| Hex | C2 | 8C | 3C | 0 | 1C | 45 | 18 | 24 | 35 | 32 |
| Octal | 302 | 214 | 74 | 0 | 34 | 105 | 30 | 44 | 65 | 62 |
| Binary | 11000010 | 10001100 | 111100 | 0 | 11100 | 1000101 | 11000 | 100100 | 110101 | 110010 |
Color Harmonies of #C28C3C
Complementary color
Monochromatic Colors of #C28C3C
Black with #C28C3C
Text Example
Text Example
White with #C28C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C3C; }
p { color: rgb(194,140,60); }
H1.HeaderClassName
{
color: #C28C3C;
}
.AnyTagClassName
{
color: #C28C3C;
}
</style>
background-color css
<style>
a { background-color: #C28C3C; }
a { background-color: rgb(194,140,60); }
div.DivClassName
{
background-color: #C28C3C;
}
.BgClassName
{
background-color: #C28C3C;
}
</style>
border-color css
<style>
span { border-color: #C28C3C; }
span { border-color: rgb(194,140,60); }
td.TdClassName
{
border-color: #C28C3C;
}
.TagClassName
{
border-color: #C28C3C;
}
</style>