Shades of Pizza #C09238
Tints of Pizza #C09238
RGB
CMYK
RGB Variations
Color information
#C09238 (or 0xC09238) is known color: Pizza. HEX triplet: C0, 92 and 38. RGB value is (192,146,56). Sum of RGB (Red+Green+Blue) = 192+146+56=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C09238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09238 is #3F6DC7. Grayscale: #959595. Windows color (decimal): -4156872 or 3707584. OLE color: 3707584.
HSL color Cylindrical-coordinate representation of color #C09238: hue angle of 39.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09238 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 56 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.25 |
| HSL | 39.71º | 0.55% | 0.49% | - |
| HSV(B) | 39.71º | 0.71% | 0.75% | - |
| XYZ | 32.73 | 32.05 | 8.2 | - |
| YUV | 149.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 56 | 0 | 0.24 | 0.71 | 0.25 | 39.71 | 0.55 | 0.49 |
| Hex | C0 | 92 | 38 | 0 | 18 | 47 | 19 | 28 | 37 | 31 |
| Octal | 300 | 222 | 70 | 0 | 30 | 107 | 31 | 50 | 67 | 61 |
| Binary | 11000000 | 10010010 | 111000 | 0 | 11000 | 1000111 | 11001 | 101000 | 110111 | 110001 |
Color Harmonies of #C09238
Complementary color
Monochromatic Colors of #C09238
Black with #C09238
Text Example
Text Example
White with #C09238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09238; }
p { color: rgb(192,146,56); }
H1.HeaderClassName
{
color: #C09238;
}
.AnyTagClassName
{
color: #C09238;
}
</style>
background-color css
<style>
a { background-color: #C09238; }
a { background-color: rgb(192,146,56); }
div.DivClassName
{
background-color: #C09238;
}
.BgClassName
{
background-color: #C09238;
}
</style>
border-color css
<style>
span { border-color: #C09238; }
span { border-color: rgb(192,146,56); }
td.TdClassName
{
border-color: #C09238;
}
.TagClassName
{
border-color: #C09238;
}
</style>