Shades of Pizza #C4953A
Tints of Pizza #C4953A
RGB
CMYK
RGB Variations
Color information
#C4953A (or 0xC4953A) is known color: Pizza. HEX triplet: C4, 95 and 3A. RGB value is (196,149,58). Sum of RGB (Red+Green+Blue) = 196+149+58=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4953A is #3B6AC5. Grayscale: #999999. Windows color (decimal): -3893958 or 3839428. OLE color: 3839428.
HSL color Cylindrical-coordinate representation of color #C4953A: hue angle of 39.57º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4953A is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 58 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.23 |
| HSL | 39.57º | 0.54% | 0.5% | - |
| HSV(B) | 39.57º | 0.7% | 0.77% | - |
| XYZ | 34.28 | 33.54 | 8.67 | - |
| YUV | 152.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 58 | 0 | 0.24 | 0.70 | 0.23 | 39.57 | 0.54 | 0.5 |
| Hex | C4 | 95 | 3A | 0 | 18 | 46 | 17 | 28 | 36 | 32 |
| Octal | 304 | 225 | 72 | 0 | 30 | 106 | 27 | 50 | 66 | 62 |
| Binary | 11000100 | 10010101 | 111010 | 0 | 11000 | 1000110 | 10111 | 101000 | 110110 | 110010 |
Color Harmonies of #C4953A
Complementary color
Monochromatic Colors of #C4953A
Black with #C4953A
Text Example
Text Example
White with #C4953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4953A; }
p { color: rgb(196,149,58); }
H1.HeaderClassName
{
color: #C4953A;
}
.AnyTagClassName
{
color: #C4953A;
}
</style>
background-color css
<style>
a { background-color: #C4953A; }
a { background-color: rgb(196,149,58); }
div.DivClassName
{
background-color: #C4953A;
}
.BgClassName
{
background-color: #C4953A;
}
</style>
border-color css
<style>
span { border-color: #C4953A; }
span { border-color: rgb(196,149,58); }
td.TdClassName
{
border-color: #C4953A;
}
.TagClassName
{
border-color: #C4953A;
}
</style>