Shades of Pizza #C49038
Tints of Pizza #C49038
RGB
CMYK
RGB Variations
Color information
#C49038 (or 0xC49038) is known color: Pizza. HEX triplet: C4, 90 and 38. RGB value is (196,144,56). Sum of RGB (Red+Green+Blue) = 196+144+56=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49038 is #3B6FC7. Grayscale: #959595. Windows color (decimal): -3895240 or 3707076. OLE color: 3707076.
HSL color Cylindrical-coordinate representation of color #C49038: hue angle of 37.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C49038 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 56 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.23 |
| HSL | 37.71º | 0.56% | 0.49% | - |
| HSV(B) | 37.71º | 0.71% | 0.77% | - |
| XYZ | 33.45 | 31.97 | 8.15 | - |
| YUV | 149.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 56 | 0 | 0.27 | 0.71 | 0.23 | 37.71 | 0.56 | 0.49 |
| Hex | C4 | 90 | 38 | 0 | 1B | 47 | 17 | 26 | 38 | 31 |
| Octal | 304 | 220 | 70 | 0 | 33 | 107 | 27 | 46 | 70 | 61 |
| Binary | 11000100 | 10010000 | 111000 | 0 | 11011 | 1000111 | 10111 | 100110 | 111000 | 110001 |
Color Harmonies of #C49038
Complementary color
Monochromatic Colors of #C49038
Black with #C49038
Text Example
Text Example
White with #C49038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49038; }
p { color: rgb(196,144,56); }
H1.HeaderClassName
{
color: #C49038;
}
.AnyTagClassName
{
color: #C49038;
}
</style>
background-color css
<style>
a { background-color: #C49038; }
a { background-color: rgb(196,144,56); }
div.DivClassName
{
background-color: #C49038;
}
.BgClassName
{
background-color: #C49038;
}
</style>
border-color css
<style>
span { border-color: #C49038; }
span { border-color: rgb(196,144,56); }
td.TdClassName
{
border-color: #C49038;
}
.TagClassName
{
border-color: #C49038;
}
</style>