Shades of Pizza #C48D38
Tints of Pizza #C48D38
RGB
CMYK
RGB Variations
Color information
#C48D38 (or 0xC48D38) is known color: Pizza. HEX triplet: C4, 8D and 38. RGB value is (196,141,56). Sum of RGB (Red+Green+Blue) = 196+141+56=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D38 is #3B72C7. Grayscale: #949494. Windows color (decimal): -3896008 or 3706308. OLE color: 3706308.
HSL color Cylindrical-coordinate representation of color #C48D38: hue angle of 36.43º 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 #C48D38 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 56 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.23 |
| HSL | 36.43º | 0.56% | 0.49% | - |
| HSV(B) | 36.43º | 0.71% | 0.77% | - |
| XYZ | 33 | 31.07 | 8 | - |
| YUV | 147.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 56 | 0 | 0.28 | 0.71 | 0.23 | 36.43 | 0.56 | 0.49 |
| Hex | C4 | 8D | 38 | 0 | 1C | 47 | 17 | 24 | 38 | 31 |
| Octal | 304 | 215 | 70 | 0 | 34 | 107 | 27 | 44 | 70 | 61 |
| Binary | 11000100 | 10001101 | 111000 | 0 | 11100 | 1000111 | 10111 | 100100 | 111000 | 110001 |
Color Harmonies of #C48D38
Complementary color
Monochromatic Colors of #C48D38
Black with #C48D38
Text Example
Text Example
White with #C48D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D38; }
p { color: rgb(196,141,56); }
H1.HeaderClassName
{
color: #C48D38;
}
.AnyTagClassName
{
color: #C48D38;
}
</style>
background-color css
<style>
a { background-color: #C48D38; }
a { background-color: rgb(196,141,56); }
div.DivClassName
{
background-color: #C48D38;
}
.BgClassName
{
background-color: #C48D38;
}
</style>
border-color css
<style>
span { border-color: #C48D38; }
span { border-color: rgb(196,141,56); }
td.TdClassName
{
border-color: #C48D38;
}
.TagClassName
{
border-color: #C48D38;
}
</style>