Shades of Pizza #C18E3C
Tints of Pizza #C18E3C
RGB
CMYK
RGB Variations
Color information
#C18E3C (or 0xC18E3C) is known color: Pizza. HEX triplet: C1, 8E and 3C. RGB value is (193,142,60). Sum of RGB (Red+Green+Blue) = 193+142+60=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E3C is #3E71C3. Grayscale: #949494. Windows color (decimal): -4092356 or 3968705. OLE color: 3968705.
HSL color Cylindrical-coordinate representation of color #C18E3C: hue angle of 36.99º 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 #C18E3C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 60 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.24 |
| HSL | 36.99º | 0.53% | 0.5% | - |
| HSV(B) | 36.99º | 0.69% | 0.76% | - |
| XYZ | 32.48 | 31.01 | 8.55 | - |
| YUV | 147.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 60 | 0 | 0.26 | 0.69 | 0.24 | 36.99 | 0.53 | 0.5 |
| Hex | C1 | 8E | 3C | 0 | 1A | 45 | 18 | 25 | 35 | 32 |
| Octal | 301 | 216 | 74 | 0 | 32 | 105 | 30 | 45 | 65 | 62 |
| Binary | 11000001 | 10001110 | 111100 | 0 | 11010 | 1000101 | 11000 | 100101 | 110101 | 110010 |
Color Harmonies of #C18E3C
Complementary color
Monochromatic Colors of #C18E3C
Black with #C18E3C
Text Example
Text Example
White with #C18E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18E3C; }
p { color: rgb(193,142,60); }
H1.HeaderClassName
{
color: #C18E3C;
}
.AnyTagClassName
{
color: #C18E3C;
}
</style>
background-color css
<style>
a { background-color: #C18E3C; }
a { background-color: rgb(193,142,60); }
div.DivClassName
{
background-color: #C18E3C;
}
.BgClassName
{
background-color: #C18E3C;
}
</style>
border-color css
<style>
span { border-color: #C18E3C; }
span { border-color: rgb(193,142,60); }
td.TdClassName
{
border-color: #C18E3C;
}
.TagClassName
{
border-color: #C18E3C;
}
</style>