Shades of Pizza #C18938
Tints of Pizza #C18938
RGB
CMYK
RGB Variations
Color information
#C18938 (or 0xC18938) is known color: Pizza. HEX triplet: C1, 89 and 38. RGB value is (193,137,56). Sum of RGB (Red+Green+Blue) = 193+137+56=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C18938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18938 is #3E76C7. Grayscale: #909090. Windows color (decimal): -4093640 or 3705281. OLE color: 3705281.
HSL color Cylindrical-coordinate representation of color #C18938: hue angle of 35.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C18938 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 56 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.24 |
| HSL | 35.47º | 0.55% | 0.49% | - |
| HSV(B) | 35.47º | 0.71% | 0.76% | - |
| XYZ | 31.65 | 29.51 | 7.77 | - |
| YUV | 144.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 56 | 0 | 0.29 | 0.71 | 0.24 | 35.47 | 0.55 | 0.49 |
| Hex | C1 | 89 | 38 | 0 | 1D | 47 | 18 | 23 | 37 | 31 |
| Octal | 301 | 211 | 70 | 0 | 35 | 107 | 30 | 43 | 67 | 61 |
| Binary | 11000001 | 10001001 | 111000 | 0 | 11101 | 1000111 | 11000 | 100011 | 110111 | 110001 |
Color Harmonies of #C18938
Complementary color
Monochromatic Colors of #C18938
Black with #C18938
Text Example
Text Example
White with #C18938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18938; }
p { color: rgb(193,137,56); }
H1.HeaderClassName
{
color: #C18938;
}
.AnyTagClassName
{
color: #C18938;
}
</style>
background-color css
<style>
a { background-color: #C18938; }
a { background-color: rgb(193,137,56); }
div.DivClassName
{
background-color: #C18938;
}
.BgClassName
{
background-color: #C18938;
}
</style>
border-color css
<style>
span { border-color: #C18938; }
span { border-color: rgb(193,137,56); }
td.TdClassName
{
border-color: #C18938;
}
.TagClassName
{
border-color: #C18938;
}
</style>