Shades of Pizza #C18C3C
Tints of Pizza #C18C3C
RGB
CMYK
RGB Variations
Color information
#C18C3C (or 0xC18C3C) is known color: Pizza. HEX triplet: C1, 8C and 3C. RGB value is (193,140,60). Sum of RGB (Red+Green+Blue) = 193+140+60=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C3C is #3E73C3. Grayscale: #939393. Windows color (decimal): -4092868 or 3968193. OLE color: 3968193.
HSL color Cylindrical-coordinate representation of color #C18C3C: hue angle of 36.09º 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 #C18C3C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 60 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.24 |
| HSL | 36.09º | 0.53% | 0.5% | - |
| HSV(B) | 36.09º | 0.69% | 0.76% | - |
| XYZ | 32.19 | 30.42 | 8.45 | - |
| YUV | 146.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 60 | 0 | 0.27 | 0.69 | 0.24 | 36.09 | 0.53 | 0.5 |
| Hex | C1 | 8C | 3C | 0 | 1B | 45 | 18 | 24 | 35 | 32 |
| Octal | 301 | 214 | 74 | 0 | 33 | 105 | 30 | 44 | 65 | 62 |
| Binary | 11000001 | 10001100 | 111100 | 0 | 11011 | 1000101 | 11000 | 100100 | 110101 | 110010 |
Color Harmonies of #C18C3C
Complementary color
Monochromatic Colors of #C18C3C
Black with #C18C3C
Text Example
Text Example
White with #C18C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C3C; }
p { color: rgb(193,140,60); }
H1.HeaderClassName
{
color: #C18C3C;
}
.AnyTagClassName
{
color: #C18C3C;
}
</style>
background-color css
<style>
a { background-color: #C18C3C; }
a { background-color: rgb(193,140,60); }
div.DivClassName
{
background-color: #C18C3C;
}
.BgClassName
{
background-color: #C18C3C;
}
</style>
border-color css
<style>
span { border-color: #C18C3C; }
span { border-color: rgb(193,140,60); }
td.TdClassName
{
border-color: #C18C3C;
}
.TagClassName
{
border-color: #C18C3C;
}
</style>