Shades of Pizza #C09540
Tints of Pizza #C09540
RGB
CMYK
RGB Variations
Color information
#C09540 (or 0xC09540) is known color: Pizza. HEX triplet: C0, 95 and 40. RGB value is (192,149,64). Sum of RGB (Red+Green+Blue) = 192+149+64=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09540 is #3F6ABF. Grayscale: #989898. Windows color (decimal): -4156096 or 4232640. OLE color: 4232640.
HSL color Cylindrical-coordinate representation of color #C09540: hue angle of 39.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C09540 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 64 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.25 |
| HSL | 39.84º | 0.5% | 0.5% | - |
| HSV(B) | 39.84º | 0.67% | 0.75% | - |
| XYZ | 33.41 | 33.07 | 9.47 | - |
| YUV | 152.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 64 | 0 | 0.22 | 0.67 | 0.25 | 39.84 | 0.5 | 0.5 |
| Hex | C0 | 95 | 40 | 0 | 16 | 43 | 19 | 28 | 32 | 32 |
| Octal | 300 | 225 | 100 | 0 | 26 | 103 | 31 | 50 | 62 | 62 |
| Binary | 11000000 | 10010101 | 1000000 | 0 | 10110 | 1000011 | 11001 | 101000 | 110010 | 110010 |
Color Harmonies of #C09540
Complementary color
Monochromatic Colors of #C09540
Black with #C09540
Text Example
Text Example
White with #C09540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09540; }
p { color: rgb(192,149,64); }
H1.HeaderClassName
{
color: #C09540;
}
.AnyTagClassName
{
color: #C09540;
}
</style>
background-color css
<style>
a { background-color: #C09540; }
a { background-color: rgb(192,149,64); }
div.DivClassName
{
background-color: #C09540;
}
.BgClassName
{
background-color: #C09540;
}
</style>
border-color css
<style>
span { border-color: #C09540; }
span { border-color: rgb(192,149,64); }
td.TdClassName
{
border-color: #C09540;
}
.TagClassName
{
border-color: #C09540;
}
</style>