Shades of Pizza #C0923E
Tints of Pizza #C0923E
RGB
CMYK
RGB Variations
Color information
#C0923E (or 0xC0923E) is known color: Pizza. HEX triplet: C0, 92 and 3E. RGB value is (192,146,62). Sum of RGB (Red+Green+Blue) = 192+146+62=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0923E is #3F6DC1. Grayscale: #969696. Windows color (decimal): -4156866 or 4100800. OLE color: 4100800.
HSL color Cylindrical-coordinate representation of color #C0923E: hue angle of 38.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0923E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 62 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.25 |
| HSL | 38.77º | 0.51% | 0.5% | - |
| HSV(B) | 38.77º | 0.68% | 0.75% | - |
| XYZ | 32.89 | 32.11 | 9.02 | - |
| YUV | 150.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 62 | 0 | 0.24 | 0.68 | 0.25 | 38.77 | 0.51 | 0.5 |
| Hex | C0 | 92 | 3E | 0 | 18 | 44 | 19 | 27 | 33 | 32 |
| Octal | 300 | 222 | 76 | 0 | 30 | 104 | 31 | 47 | 63 | 62 |
| Binary | 11000000 | 10010010 | 111110 | 0 | 11000 | 1000100 | 11001 | 100111 | 110011 | 110010 |
Color Harmonies of #C0923E
Complementary color
Monochromatic Colors of #C0923E
Black with #C0923E
Text Example
Text Example
White with #C0923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0923E; }
p { color: rgb(192,146,62); }
H1.HeaderClassName
{
color: #C0923E;
}
.AnyTagClassName
{
color: #C0923E;
}
</style>
background-color css
<style>
a { background-color: #C0923E; }
a { background-color: rgb(192,146,62); }
div.DivClassName
{
background-color: #C0923E;
}
.BgClassName
{
background-color: #C0923E;
}
</style>
border-color css
<style>
span { border-color: #C0923E; }
span { border-color: rgb(192,146,62); }
td.TdClassName
{
border-color: #C0923E;
}
.TagClassName
{
border-color: #C0923E;
}
</style>