Shades of Pizza #C09342
Tints of Pizza #C09342
RGB
CMYK
RGB Variations
Color information
#C09342 (or 0xC09342) is known color: Pizza. HEX triplet: C0, 93 and 42. RGB value is (192,147,66). Sum of RGB (Red+Green+Blue) = 192+147+66=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09342 is #3F6CBD. Grayscale: #979797. Windows color (decimal): -4156606 or 4363200. OLE color: 4363200.
HSL color Cylindrical-coordinate representation of color #C09342: hue angle of 38.57º 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 #C09342 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 66 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.25 |
| HSL | 38.57º | 0.5% | 0.51% | - |
| HSV(B) | 38.57º | 0.66% | 0.75% | - |
| XYZ | 33.16 | 32.47 | 9.67 | - |
| YUV | 151.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 66 | 0 | 0.23 | 0.66 | 0.25 | 38.57 | 0.5 | 0.51 |
| Hex | C0 | 93 | 42 | 0 | 17 | 42 | 19 | 27 | 32 | 33 |
| Octal | 300 | 223 | 102 | 0 | 27 | 102 | 31 | 47 | 62 | 63 |
| Binary | 11000000 | 10010011 | 1000010 | 0 | 10111 | 1000010 | 11001 | 100111 | 110010 | 110011 |
Color Harmonies of #C09342
Complementary color
Monochromatic Colors of #C09342
Black with #C09342
Text Example
Text Example
White with #C09342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09342; }
p { color: rgb(192,147,66); }
H1.HeaderClassName
{
color: #C09342;
}
.AnyTagClassName
{
color: #C09342;
}
</style>
background-color css
<style>
a { background-color: #C09342; }
a { background-color: rgb(192,147,66); }
div.DivClassName
{
background-color: #C09342;
}
.BgClassName
{
background-color: #C09342;
}
</style>
border-color css
<style>
span { border-color: #C09342; }
span { border-color: rgb(192,147,66); }
td.TdClassName
{
border-color: #C09342;
}
.TagClassName
{
border-color: #C09342;
}
</style>