Shades of Pizza #C48F37
Tints of Pizza #C48F37
RGB
CMYK
RGB Variations
Color information
#C48F37 (or 0xC48F37) is known color: Pizza. HEX triplet: C4, 8F and 37. RGB value is (196,143,55). Sum of RGB (Red+Green+Blue) = 196+143+55=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F37 is #3B70C8. Grayscale: #959595. Windows color (decimal): -3895497 or 3641284. OLE color: 3641284.
HSL color Cylindrical-coordinate representation of color #C48F37: hue angle of 37.45º 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 #C48F37 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 55 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.23 |
| HSL | 37.45º | 0.56% | 0.49% | - |
| HSV(B) | 37.45º | 0.72% | 0.77% | - |
| XYZ | 33.28 | 31.66 | 7.97 | - |
| YUV | 148.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 55 | 0 | 0.27 | 0.72 | 0.23 | 37.45 | 0.56 | 0.49 |
| Hex | C4 | 8F | 37 | 0 | 1B | 48 | 17 | 25 | 38 | 31 |
| Octal | 304 | 217 | 67 | 0 | 33 | 110 | 27 | 45 | 70 | 61 |
| Binary | 11000100 | 10001111 | 110111 | 0 | 11011 | 1001000 | 10111 | 100101 | 111000 | 110001 |
Color Harmonies of #C48F37
Complementary color
Monochromatic Colors of #C48F37
Black with #C48F37
Text Example
Text Example
White with #C48F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F37; }
p { color: rgb(196,143,55); }
H1.HeaderClassName
{
color: #C48F37;
}
.AnyTagClassName
{
color: #C48F37;
}
</style>
background-color css
<style>
a { background-color: #C48F37; }
a { background-color: rgb(196,143,55); }
div.DivClassName
{
background-color: #C48F37;
}
.BgClassName
{
background-color: #C48F37;
}
</style>
border-color css
<style>
span { border-color: #C48F37; }
span { border-color: rgb(196,143,55); }
td.TdClassName
{
border-color: #C48F37;
}
.TagClassName
{
border-color: #C48F37;
}
</style>