Shades of Pizza #C18B3A
Tints of Pizza #C18B3A
RGB
CMYK
RGB Variations
Color information
#C18B3A (or 0xC18B3A) is known color: Pizza. HEX triplet: C1, 8B and 3A. RGB value is (193,139,58). Sum of RGB (Red+Green+Blue) = 193+139+58=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B3A is #3E74C5. Grayscale: #929292. Windows color (decimal): -4093126 or 3836865. OLE color: 3836865.
HSL color Cylindrical-coordinate representation of color #C18B3A: hue angle of 36º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C18B3A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 58 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.24 |
| HSL | 36º | 0.54% | 0.49% | - |
| HSV(B) | 36º | 0.7% | 0.76% | - |
| XYZ | 31.99 | 30.11 | 8.13 | - |
| YUV | 145.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 58 | 0 | 0.28 | 0.70 | 0.24 | 36 | 0.54 | 0.49 |
| Hex | C1 | 8B | 3A | 0 | 1C | 46 | 18 | 24 | 36 | 31 |
| Octal | 301 | 213 | 72 | 0 | 34 | 106 | 30 | 44 | 66 | 61 |
| Binary | 11000001 | 10001011 | 111010 | 0 | 11100 | 1000110 | 11000 | 100100 | 110110 | 110001 |
Color Harmonies of #C18B3A
Complementary color
Monochromatic Colors of #C18B3A
Black with #C18B3A
Text Example
Text Example
White with #C18B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B3A; }
p { color: rgb(193,139,58); }
H1.HeaderClassName
{
color: #C18B3A;
}
.AnyTagClassName
{
color: #C18B3A;
}
</style>
background-color css
<style>
a { background-color: #C18B3A; }
a { background-color: rgb(193,139,58); }
div.DivClassName
{
background-color: #C18B3A;
}
.BgClassName
{
background-color: #C18B3A;
}
</style>
border-color css
<style>
span { border-color: #C18B3A; }
span { border-color: rgb(193,139,58); }
td.TdClassName
{
border-color: #C18B3A;
}
.TagClassName
{
border-color: #C18B3A;
}
</style>