Shades of Pizza #C49A3A
Tints of Pizza #C49A3A
RGB
CMYK
RGB Variations
Color information
#C49A3A (or 0xC49A3A) is known color: Pizza. HEX triplet: C4, 9A and 3A. RGB value is (196,154,58). Sum of RGB (Red+Green+Blue) = 196+154+58=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A3A is #3B65C5. Grayscale: #9C9C9C. Windows color (decimal): -3892678 or 3840708. OLE color: 3840708.
HSL color Cylindrical-coordinate representation of color #C49A3A: hue angle of 41.74º 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 #C49A3A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 58 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.23 |
| HSL | 41.74º | 0.54% | 0.5% | - |
| HSV(B) | 41.74º | 0.7% | 0.77% | - |
| XYZ | 35.08 | 35.15 | 8.94 | - |
| YUV | 155.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 58 | 0 | 0.21 | 0.70 | 0.23 | 41.74 | 0.54 | 0.5 |
| Hex | C4 | 9A | 3A | 0 | 15 | 46 | 17 | 2A | 36 | 32 |
| Octal | 304 | 232 | 72 | 0 | 25 | 106 | 27 | 52 | 66 | 62 |
| Binary | 11000100 | 10011010 | 111010 | 0 | 10101 | 1000110 | 10111 | 101010 | 110110 | 110010 |
Color Harmonies of #C49A3A
Complementary color
Monochromatic Colors of #C49A3A
Black with #C49A3A
Text Example
Text Example
White with #C49A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A3A; }
p { color: rgb(196,154,58); }
H1.HeaderClassName
{
color: #C49A3A;
}
.AnyTagClassName
{
color: #C49A3A;
}
</style>
background-color css
<style>
a { background-color: #C49A3A; }
a { background-color: rgb(196,154,58); }
div.DivClassName
{
background-color: #C49A3A;
}
.BgClassName
{
background-color: #C49A3A;
}
</style>
border-color css
<style>
span { border-color: #C49A3A; }
span { border-color: rgb(196,154,58); }
td.TdClassName
{
border-color: #C49A3A;
}
.TagClassName
{
border-color: #C49A3A;
}
</style>