Shades of Pizza #C18F39
Tints of Pizza #C18F39
RGB
CMYK
RGB Variations
Color information
#C18F39 (or 0xC18F39) is known color: Pizza. HEX triplet: C1, 8F and 39. RGB value is (193,143,57). Sum of RGB (Red+Green+Blue) = 193+143+57=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F39 is #3E70C6. Grayscale: #949494. Windows color (decimal): -4092103 or 3772353. OLE color: 3772353.
HSL color Cylindrical-coordinate representation of color #C18F39: hue angle of 37.94º 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 #C18F39 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 57 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.24 |
| HSL | 37.94º | 0.54% | 0.49% | - |
| HSV(B) | 37.94º | 0.7% | 0.76% | - |
| XYZ | 32.55 | 31.28 | 8.19 | - |
| YUV | 148.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 57 | 0 | 0.26 | 0.70 | 0.24 | 37.94 | 0.54 | 0.49 |
| Hex | C1 | 8F | 39 | 0 | 1A | 46 | 18 | 26 | 36 | 31 |
| Octal | 301 | 217 | 71 | 0 | 32 | 106 | 30 | 46 | 66 | 61 |
| Binary | 11000001 | 10001111 | 111001 | 0 | 11010 | 1000110 | 11000 | 100110 | 110110 | 110001 |
Color Harmonies of #C18F39
Complementary color
Monochromatic Colors of #C18F39
Black with #C18F39
Text Example
Text Example
White with #C18F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F39; }
p { color: rgb(193,143,57); }
H1.HeaderClassName
{
color: #C18F39;
}
.AnyTagClassName
{
color: #C18F39;
}
</style>
background-color css
<style>
a { background-color: #C18F39; }
a { background-color: rgb(193,143,57); }
div.DivClassName
{
background-color: #C18F39;
}
.BgClassName
{
background-color: #C18F39;
}
</style>
border-color css
<style>
span { border-color: #C18F39; }
span { border-color: rgb(193,143,57); }
td.TdClassName
{
border-color: #C18F39;
}
.TagClassName
{
border-color: #C18F39;
}
</style>