Shades of Pizza #C0933F
Tints of Pizza #C0933F
RGB
CMYK
RGB Variations
Color information
#C0933F (or 0xC0933F) is known color: Pizza. HEX triplet: C0, 93 and 3F. RGB value is (192,147,63). Sum of RGB (Red+Green+Blue) = 192+147+63=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0933F is #3F6CC0. Grayscale: #979797. Windows color (decimal): -4156609 or 4166592. OLE color: 4166592.
HSL color Cylindrical-coordinate representation of color #C0933F: hue angle of 39.07º degrees, saturation: 0.51, 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 #C0933F is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 63 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.25 |
| HSL | 39.07º | 0.51% | 0.5% | - |
| HSV(B) | 39.07º | 0.67% | 0.75% | - |
| XYZ | 33.07 | 32.43 | 9.22 | - |
| YUV | 150.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 63 | 0 | 0.23 | 0.67 | 0.25 | 39.07 | 0.51 | 0.5 |
| Hex | C0 | 93 | 3F | 0 | 17 | 43 | 19 | 27 | 33 | 32 |
| Octal | 300 | 223 | 77 | 0 | 27 | 103 | 31 | 47 | 63 | 62 |
| Binary | 11000000 | 10010011 | 111111 | 0 | 10111 | 1000011 | 11001 | 100111 | 110011 | 110010 |
Color Harmonies of #C0933F
Complementary color
Monochromatic Colors of #C0933F
Black with #C0933F
Text Example
Text Example
White with #C0933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0933F; }
p { color: rgb(192,147,63); }
H1.HeaderClassName
{
color: #C0933F;
}
.AnyTagClassName
{
color: #C0933F;
}
</style>
background-color css
<style>
a { background-color: #C0933F; }
a { background-color: rgb(192,147,63); }
div.DivClassName
{
background-color: #C0933F;
}
.BgClassName
{
background-color: #C0933F;
}
</style>
border-color css
<style>
span { border-color: #C0933F; }
span { border-color: rgb(192,147,63); }
td.TdClassName
{
border-color: #C0933F;
}
.TagClassName
{
border-color: #C0933F;
}
</style>