Shades of Pizza #C18F40
Tints of Pizza #C18F40
RGB
CMYK
RGB Variations
Color information
#C18F40 (or 0xC18F40) is known color: Pizza. HEX triplet: C1, 8F and 40. RGB value is (193,143,64). Sum of RGB (Red+Green+Blue) = 193+143+64=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F40 is #3E70BF. Grayscale: #959595. Windows color (decimal): -4092096 or 4231105. OLE color: 4231105.
HSL color Cylindrical-coordinate representation of color #C18F40: hue angle of 36.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18F40 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 64 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.24 |
| HSL | 36.74º | 0.51% | 0.5% | - |
| HSV(B) | 36.74º | 0.67% | 0.76% | - |
| XYZ | 32.74 | 31.35 | 9.18 | - |
| YUV | 148.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 64 | 0 | 0.26 | 0.67 | 0.24 | 36.74 | 0.51 | 0.5 |
| Hex | C1 | 8F | 40 | 0 | 1A | 43 | 18 | 25 | 33 | 32 |
| Octal | 301 | 217 | 100 | 0 | 32 | 103 | 30 | 45 | 63 | 62 |
| Binary | 11000001 | 10001111 | 1000000 | 0 | 11010 | 1000011 | 11000 | 100101 | 110011 | 110010 |
Color Harmonies of #C18F40
Complementary color
Monochromatic Colors of #C18F40
Black with #C18F40
Text Example
Text Example
White with #C18F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F40; }
p { color: rgb(193,143,64); }
H1.HeaderClassName
{
color: #C18F40;
}
.AnyTagClassName
{
color: #C18F40;
}
</style>
background-color css
<style>
a { background-color: #C18F40; }
a { background-color: rgb(193,143,64); }
div.DivClassName
{
background-color: #C18F40;
}
.BgClassName
{
background-color: #C18F40;
}
</style>
border-color css
<style>
span { border-color: #C18F40; }
span { border-color: rgb(193,143,64); }
td.TdClassName
{
border-color: #C18F40;
}
.TagClassName
{
border-color: #C18F40;
}
</style>