Shades of Pizza #C18934
Tints of Pizza #C18934
RGB
CMYK
RGB Variations
Color information
#C18934 (or 0xC18934) is known color: Pizza. HEX triplet: C1, 89 and 34. RGB value is (193,137,52). Sum of RGB (Red+Green+Blue) = 193+137+52=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18934 is #3E76CB. Grayscale: #909090. Windows color (decimal): -4093644 or 3443137. OLE color: 3443137.
HSL color Cylindrical-coordinate representation of color #C18934: hue angle of 36.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18934 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 52 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 36.17º | 0.58% | 0.48% | - |
| HSV(B) | 36.17º | 0.73% | 0.76% | - |
| XYZ | 31.56 | 29.48 | 7.28 | - |
| YUV | 144.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 52 | 0 | 0.29 | 0.73 | 0.24 | 36.17 | 0.58 | 0.48 |
| Hex | C1 | 89 | 34 | 0 | 1D | 49 | 18 | 24 | 3A | 30 |
| Octal | 301 | 211 | 64 | 0 | 35 | 111 | 30 | 44 | 72 | 60 |
| Binary | 11000001 | 10001001 | 110100 | 0 | 11101 | 1001001 | 11000 | 100100 | 111010 | 110000 |
Color Harmonies of #C18934
Complementary color
Monochromatic Colors of #C18934
Black with #C18934
Text Example
Text Example
White with #C18934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18934; }
p { color: rgb(193,137,52); }
H1.HeaderClassName
{
color: #C18934;
}
.AnyTagClassName
{
color: #C18934;
}
</style>
background-color css
<style>
a { background-color: #C18934; }
a { background-color: rgb(193,137,52); }
div.DivClassName
{
background-color: #C18934;
}
.BgClassName
{
background-color: #C18934;
}
</style>
border-color css
<style>
span { border-color: #C18934; }
span { border-color: rgb(193,137,52); }
td.TdClassName
{
border-color: #C18934;
}
.TagClassName
{
border-color: #C18934;
}
</style>