Shades of Pizza #C4993A
Tints of Pizza #C4993A
RGB
CMYK
RGB Variations
Color information
#C4993A (or 0xC4993A) is known color: Pizza. HEX triplet: C4, 99 and 3A. RGB value is (196,153,58). Sum of RGB (Red+Green+Blue) = 196+153+58=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4993A is #3B66C5. Grayscale: #9B9B9B. Windows color (decimal): -3892934 or 3840452. OLE color: 3840452.
HSL color Cylindrical-coordinate representation of color #C4993A: hue angle of 41.3º 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 #C4993A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 58 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.23 |
| HSL | 41.3º | 0.54% | 0.5% | - |
| HSV(B) | 41.3º | 0.7% | 0.77% | - |
| XYZ | 34.92 | 34.82 | 8.88 | - |
| YUV | 155.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 58 | 0 | 0.22 | 0.70 | 0.23 | 41.3 | 0.54 | 0.5 |
| Hex | C4 | 99 | 3A | 0 | 16 | 46 | 17 | 29 | 36 | 32 |
| Octal | 304 | 231 | 72 | 0 | 26 | 106 | 27 | 51 | 66 | 62 |
| Binary | 11000100 | 10011001 | 111010 | 0 | 10110 | 1000110 | 10111 | 101001 | 110110 | 110010 |
Color Harmonies of #C4993A
Complementary color
Monochromatic Colors of #C4993A
Black with #C4993A
Text Example
Text Example
White with #C4993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4993A; }
p { color: rgb(196,153,58); }
H1.HeaderClassName
{
color: #C4993A;
}
.AnyTagClassName
{
color: #C4993A;
}
</style>
background-color css
<style>
a { background-color: #C4993A; }
a { background-color: rgb(196,153,58); }
div.DivClassName
{
background-color: #C4993A;
}
.BgClassName
{
background-color: #C4993A;
}
</style>
border-color css
<style>
span { border-color: #C4993A; }
span { border-color: rgb(196,153,58); }
td.TdClassName
{
border-color: #C4993A;
}
.TagClassName
{
border-color: #C4993A;
}
</style>