Shades of Pizza #C18935
Tints of Pizza #C18935
RGB
CMYK
RGB Variations
Color information
#C18935 (or 0xC18935) is known color: Pizza. HEX triplet: C1, 89 and 35. RGB value is (193,137,53). Sum of RGB (Red+Green+Blue) = 193+137+53=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C18935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18935 is #3E76CA. Grayscale: #909090. Windows color (decimal): -4093643 or 3508673. OLE color: 3508673.
HSL color Cylindrical-coordinate representation of color #C18935: hue angle of 36º degrees, saturation: 0.57, 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 #C18935 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 53 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 36º | 0.57% | 0.48% | - |
| HSV(B) | 36º | 0.73% | 0.76% | - |
| XYZ | 31.58 | 29.49 | 7.4 | - |
| YUV | 144.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 53 | 0 | 0.29 | 0.73 | 0.24 | 36 | 0.57 | 0.48 |
| Hex | C1 | 89 | 35 | 0 | 1D | 49 | 18 | 24 | 39 | 30 |
| Octal | 301 | 211 | 65 | 0 | 35 | 111 | 30 | 44 | 71 | 60 |
| Binary | 11000001 | 10001001 | 110101 | 0 | 11101 | 1001001 | 11000 | 100100 | 111001 | 110000 |
Color Harmonies of #C18935
Complementary color
Monochromatic Colors of #C18935
Black with #C18935
Text Example
Text Example
White with #C18935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18935; }
p { color: rgb(193,137,53); }
H1.HeaderClassName
{
color: #C18935;
}
.AnyTagClassName
{
color: #C18935;
}
</style>
background-color css
<style>
a { background-color: #C18935; }
a { background-color: rgb(193,137,53); }
div.DivClassName
{
background-color: #C18935;
}
.BgClassName
{
background-color: #C18935;
}
</style>
border-color css
<style>
span { border-color: #C18935; }
span { border-color: rgb(193,137,53); }
td.TdClassName
{
border-color: #C18935;
}
.TagClassName
{
border-color: #C18935;
}
</style>