Shades of Pizza #C4953B
Tints of Pizza #C4953B
RGB
CMYK
RGB Variations
Color information
#C4953B (or 0xC4953B) is known color: Pizza. HEX triplet: C4, 95 and 3B. RGB value is (196,149,59). Sum of RGB (Red+Green+Blue) = 196+149+59=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4953B is #3B6AC4. Grayscale: #999999. Windows color (decimal): -3893957 or 3904964. OLE color: 3904964.
HSL color Cylindrical-coordinate representation of color #C4953B: hue angle of 39.42º 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 #C4953B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 59 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.23 |
| HSL | 39.42º | 0.54% | 0.5% | - |
| HSV(B) | 39.42º | 0.7% | 0.77% | - |
| XYZ | 34.3 | 33.55 | 8.8 | - |
| YUV | 152.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 59 | 0 | 0.24 | 0.70 | 0.23 | 39.42 | 0.54 | 0.5 |
| Hex | C4 | 95 | 3B | 0 | 18 | 46 | 17 | 27 | 36 | 32 |
| Octal | 304 | 225 | 73 | 0 | 30 | 106 | 27 | 47 | 66 | 62 |
| Binary | 11000100 | 10010101 | 111011 | 0 | 11000 | 1000110 | 10111 | 100111 | 110110 | 110010 |
Color Harmonies of #C4953B
Complementary color
Monochromatic Colors of #C4953B
Black with #C4953B
Text Example
Text Example
White with #C4953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4953B; }
p { color: rgb(196,149,59); }
H1.HeaderClassName
{
color: #C4953B;
}
.AnyTagClassName
{
color: #C4953B;
}
</style>
background-color css
<style>
a { background-color: #C4953B; }
a { background-color: rgb(196,149,59); }
div.DivClassName
{
background-color: #C4953B;
}
.BgClassName
{
background-color: #C4953B;
}
</style>
border-color css
<style>
span { border-color: #C4953B; }
span { border-color: rgb(196,149,59); }
td.TdClassName
{
border-color: #C4953B;
}
.TagClassName
{
border-color: #C4953B;
}
</style>