Shades of Pizza #C48A37
Tints of Pizza #C48A37
RGB
CMYK
RGB Variations
Color information
#C48A37 (or 0xC48A37) is known color: Pizza. HEX triplet: C4, 8A and 37. RGB value is (196,138,55). Sum of RGB (Red+Green+Blue) = 196+138+55=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A37 is #3B75C8. Grayscale: #929292. Windows color (decimal): -3896777 or 3640004. OLE color: 3640004.
HSL color Cylindrical-coordinate representation of color #C48A37: hue angle of 35.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48A37 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 55 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.23 |
| HSL | 35.32º | 0.56% | 0.49% | - |
| HSV(B) | 35.32º | 0.72% | 0.77% | - |
| XYZ | 32.54 | 30.19 | 7.73 | - |
| YUV | 145.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 55 | 0 | 0.30 | 0.72 | 0.23 | 35.32 | 0.56 | 0.49 |
| Hex | C4 | 8A | 37 | 0 | 1E | 48 | 17 | 23 | 38 | 31 |
| Octal | 304 | 212 | 67 | 0 | 36 | 110 | 27 | 43 | 70 | 61 |
| Binary | 11000100 | 10001010 | 110111 | 0 | 11110 | 1001000 | 10111 | 100011 | 111000 | 110001 |
Color Harmonies of #C48A37
Complementary color
Monochromatic Colors of #C48A37
Black with #C48A37
Text Example
Text Example
White with #C48A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A37; }
p { color: rgb(196,138,55); }
H1.HeaderClassName
{
color: #C48A37;
}
.AnyTagClassName
{
color: #C48A37;
}
</style>
background-color css
<style>
a { background-color: #C48A37; }
a { background-color: rgb(196,138,55); }
div.DivClassName
{
background-color: #C48A37;
}
.BgClassName
{
background-color: #C48A37;
}
</style>
border-color css
<style>
span { border-color: #C48A37; }
span { border-color: rgb(196,138,55); }
td.TdClassName
{
border-color: #C48A37;
}
.TagClassName
{
border-color: #C48A37;
}
</style>