Shades of Pizza #C48F36
Tints of Pizza #C48F36
RGB
CMYK
RGB Variations
Color information
#C48F36 (or 0xC48F36) is known color: Pizza. HEX triplet: C4, 8F and 36. RGB value is (196,143,54). Sum of RGB (Red+Green+Blue) = 196+143+54=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F36 is #3B70C9. Grayscale: #959595. Windows color (decimal): -3895498 or 3575748. OLE color: 3575748.
HSL color Cylindrical-coordinate representation of color #C48F36: hue angle of 37.61º degrees, saturation: 0.57, 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 #C48F36 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 54 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.23 |
| HSL | 37.61º | 0.57% | 0.49% | - |
| HSV(B) | 37.61º | 0.72% | 0.77% | - |
| XYZ | 33.25 | 31.65 | 7.85 | - |
| YUV | 148.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 54 | 0 | 0.27 | 0.72 | 0.23 | 37.61 | 0.57 | 0.49 |
| Hex | C4 | 8F | 36 | 0 | 1B | 48 | 17 | 26 | 39 | 31 |
| Octal | 304 | 217 | 66 | 0 | 33 | 110 | 27 | 46 | 71 | 61 |
| Binary | 11000100 | 10001111 | 110110 | 0 | 11011 | 1001000 | 10111 | 100110 | 111001 | 110001 |
Color Harmonies of #C48F36
Complementary color
Monochromatic Colors of #C48F36
Black with #C48F36
Text Example
Text Example
White with #C48F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F36; }
p { color: rgb(196,143,54); }
H1.HeaderClassName
{
color: #C48F36;
}
.AnyTagClassName
{
color: #C48F36;
}
</style>
background-color css
<style>
a { background-color: #C48F36; }
a { background-color: rgb(196,143,54); }
div.DivClassName
{
background-color: #C48F36;
}
.BgClassName
{
background-color: #C48F36;
}
</style>
border-color css
<style>
span { border-color: #C48F36; }
span { border-color: rgb(196,143,54); }
td.TdClassName
{
border-color: #C48F36;
}
.TagClassName
{
border-color: #C48F36;
}
</style>