Shades of Pizza #C2933F
Tints of Pizza #C2933F
RGB
CMYK
RGB Variations
Color information
#C2933F (or 0xC2933F) is known color: Pizza. HEX triplet: C2, 93 and 3F. RGB value is (194,147,63). Sum of RGB (Red+Green+Blue) = 194+147+63=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2933F is #3D6CC0. Grayscale: #979797. Windows color (decimal): -4025537 or 4166594. OLE color: 4166594.
HSL color Cylindrical-coordinate representation of color #C2933F: hue angle of 38.47º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2933F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 63 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.24 |
| HSL | 38.47º | 0.52% | 0.5% | - |
| HSV(B) | 38.47º | 0.68% | 0.76% | - |
| XYZ | 33.58 | 32.7 | 9.24 | - |
| YUV | 151.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 63 | 0 | 0.24 | 0.68 | 0.24 | 38.47 | 0.52 | 0.5 |
| Hex | C2 | 93 | 3F | 0 | 18 | 44 | 18 | 26 | 34 | 32 |
| Octal | 302 | 223 | 77 | 0 | 30 | 104 | 30 | 46 | 64 | 62 |
| Binary | 11000010 | 10010011 | 111111 | 0 | 11000 | 1000100 | 11000 | 100110 | 110100 | 110010 |
Color Harmonies of #C2933F
Complementary color
Monochromatic Colors of #C2933F
Black with #C2933F
Text Example
Text Example
White with #C2933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2933F; }
p { color: rgb(194,147,63); }
H1.HeaderClassName
{
color: #C2933F;
}
.AnyTagClassName
{
color: #C2933F;
}
</style>
background-color css
<style>
a { background-color: #C2933F; }
a { background-color: rgb(194,147,63); }
div.DivClassName
{
background-color: #C2933F;
}
.BgClassName
{
background-color: #C2933F;
}
</style>
border-color css
<style>
span { border-color: #C2933F; }
span { border-color: rgb(194,147,63); }
td.TdClassName
{
border-color: #C2933F;
}
.TagClassName
{
border-color: #C2933F;
}
</style>