Shades of Pizza #C18D40
Tints of Pizza #C18D40
RGB
CMYK
RGB Variations
Color information
#C18D40 (or 0xC18D40) is known color: Pizza. HEX triplet: C1, 8D and 40. RGB value is (193,141,64). Sum of RGB (Red+Green+Blue) = 193+141+64=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D40 is #3E72BF. Grayscale: #949494. Windows color (decimal): -4092608 or 4230593. OLE color: 4230593.
HSL color Cylindrical-coordinate representation of color #C18D40: hue angle of 35.81º 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 #C18D40 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 64 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.24 |
| HSL | 35.81º | 0.51% | 0.5% | - |
| HSV(B) | 35.81º | 0.67% | 0.76% | - |
| XYZ | 32.44 | 30.76 | 9.08 | - |
| YUV | 147.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 64 | 0 | 0.27 | 0.67 | 0.24 | 35.81 | 0.51 | 0.5 |
| Hex | C1 | 8D | 40 | 0 | 1B | 43 | 18 | 24 | 33 | 32 |
| Octal | 301 | 215 | 100 | 0 | 33 | 103 | 30 | 44 | 63 | 62 |
| Binary | 11000001 | 10001101 | 1000000 | 0 | 11011 | 1000011 | 11000 | 100100 | 110011 | 110010 |
Color Harmonies of #C18D40
Complementary color
Monochromatic Colors of #C18D40
Black with #C18D40
Text Example
Text Example
White with #C18D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D40; }
p { color: rgb(193,141,64); }
H1.HeaderClassName
{
color: #C18D40;
}
.AnyTagClassName
{
color: #C18D40;
}
</style>
background-color css
<style>
a { background-color: #C18D40; }
a { background-color: rgb(193,141,64); }
div.DivClassName
{
background-color: #C18D40;
}
.BgClassName
{
background-color: #C18D40;
}
</style>
border-color css
<style>
span { border-color: #C18D40; }
span { border-color: rgb(193,141,64); }
td.TdClassName
{
border-color: #C18D40;
}
.TagClassName
{
border-color: #C18D40;
}
</style>