Shades of Pizza #C09442
Tints of Pizza #C09442
RGB
CMYK
RGB Variations
Color information
#C09442 (or 0xC09442) is known color: Pizza. HEX triplet: C0, 94 and 42. RGB value is (192,148,66). Sum of RGB (Red+Green+Blue) = 192+148+66=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09442 is #3F6BBD. Grayscale: #989898. Windows color (decimal): -4156350 or 4363456. OLE color: 4363456.
HSL color Cylindrical-coordinate representation of color #C09442: hue angle of 39.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C09442 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 66 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.25 |
| HSL | 39.05º | 0.5% | 0.51% | - |
| HSV(B) | 39.05º | 0.66% | 0.75% | - |
| XYZ | 33.31 | 32.78 | 9.73 | - |
| YUV | 151.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 66 | 0 | 0.23 | 0.66 | 0.25 | 39.05 | 0.5 | 0.51 |
| Hex | C0 | 94 | 42 | 0 | 17 | 42 | 19 | 27 | 32 | 33 |
| Octal | 300 | 224 | 102 | 0 | 27 | 102 | 31 | 47 | 62 | 63 |
| Binary | 11000000 | 10010100 | 1000010 | 0 | 10111 | 1000010 | 11001 | 100111 | 110010 | 110011 |
Color Harmonies of #C09442
Complementary color
Monochromatic Colors of #C09442
Black with #C09442
Text Example
Text Example
White with #C09442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09442; }
p { color: rgb(192,148,66); }
H1.HeaderClassName
{
color: #C09442;
}
.AnyTagClassName
{
color: #C09442;
}
</style>
background-color css
<style>
a { background-color: #C09442; }
a { background-color: rgb(192,148,66); }
div.DivClassName
{
background-color: #C09442;
}
.BgClassName
{
background-color: #C09442;
}
</style>
border-color css
<style>
span { border-color: #C09442; }
span { border-color: rgb(192,148,66); }
td.TdClassName
{
border-color: #C09442;
}
.TagClassName
{
border-color: #C09442;
}
</style>