Shades of Pizza #C0853A
Tints of Pizza #C0853A
RGB
CMYK
RGB Variations
Color information
#C0853A (or 0xC0853A) is known color: Pizza. HEX triplet: C0, 85 and 3A. RGB value is (192,133,58). Sum of RGB (Red+Green+Blue) = 192+133+58=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0853A is #3F7AC5. Grayscale: #8E8E8E. Windows color (decimal): -4160198 or 3835328. OLE color: 3835328.
HSL color Cylindrical-coordinate representation of color #C0853A: hue angle of 33.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0853A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 58 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.25 |
| HSL | 33.58º | 0.54% | 0.49% | - |
| HSV(B) | 33.58º | 0.7% | 0.75% | - |
| XYZ | 30.89 | 28.29 | 7.83 | - |
| YUV | 142.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 58 | 0 | 0.31 | 0.70 | 0.25 | 33.58 | 0.54 | 0.49 |
| Hex | C0 | 85 | 3A | 0 | 1F | 46 | 19 | 22 | 36 | 31 |
| Octal | 300 | 205 | 72 | 0 | 37 | 106 | 31 | 42 | 66 | 61 |
| Binary | 11000000 | 10000101 | 111010 | 0 | 11111 | 1000110 | 11001 | 100010 | 110110 | 110001 |
Color Harmonies of #C0853A
Complementary color
Monochromatic Colors of #C0853A
Black with #C0853A
Text Example
Text Example
White with #C0853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0853A; }
p { color: rgb(192,133,58); }
H1.HeaderClassName
{
color: #C0853A;
}
.AnyTagClassName
{
color: #C0853A;
}
</style>
background-color css
<style>
a { background-color: #C0853A; }
a { background-color: rgb(192,133,58); }
div.DivClassName
{
background-color: #C0853A;
}
.BgClassName
{
background-color: #C0853A;
}
</style>
border-color css
<style>
span { border-color: #C0853A; }
span { border-color: rgb(192,133,58); }
td.TdClassName
{
border-color: #C0853A;
}
.TagClassName
{
border-color: #C0853A;
}
</style>