Shades of Pizza #C18937
Tints of Pizza #C18937
RGB
CMYK
RGB Variations
Color information
#C18937 (or 0xC18937) is known color: Pizza. HEX triplet: C1, 89 and 37. RGB value is (193,137,55). Sum of RGB (Red+Green+Blue) = 193+137+55=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C18937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18937 is #3E76C8. Grayscale: #909090. Windows color (decimal): -4093641 or 3639745. OLE color: 3639745.
HSL color Cylindrical-coordinate representation of color #C18937: hue angle of 35.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18937 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 55 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.24 |
| HSL | 35.65º | 0.56% | 0.49% | - |
| HSV(B) | 35.65º | 0.72% | 0.76% | - |
| XYZ | 31.63 | 29.5 | 7.64 | - |
| YUV | 144.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 55 | 0 | 0.29 | 0.72 | 0.24 | 35.65 | 0.56 | 0.49 |
| Hex | C1 | 89 | 37 | 0 | 1D | 48 | 18 | 24 | 38 | 31 |
| Octal | 301 | 211 | 67 | 0 | 35 | 110 | 30 | 44 | 70 | 61 |
| Binary | 11000001 | 10001001 | 110111 | 0 | 11101 | 1001000 | 11000 | 100100 | 111000 | 110001 |
Color Harmonies of #C18937
Complementary color
Monochromatic Colors of #C18937
Black with #C18937
Text Example
Text Example
White with #C18937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18937; }
p { color: rgb(193,137,55); }
H1.HeaderClassName
{
color: #C18937;
}
.AnyTagClassName
{
color: #C18937;
}
</style>
background-color css
<style>
a { background-color: #C18937; }
a { background-color: rgb(193,137,55); }
div.DivClassName
{
background-color: #C18937;
}
.BgClassName
{
background-color: #C18937;
}
</style>
border-color css
<style>
span { border-color: #C18937; }
span { border-color: rgb(193,137,55); }
td.TdClassName
{
border-color: #C18937;
}
.TagClassName
{
border-color: #C18937;
}
</style>