Shades of Puce #C48C94
Tints of Puce #C48C94
RGB
CMYK
RGB Variations
Color information
#C48C94 (or 0xC48C94) is known color: Puce. HEX triplet: C4, 8C and 94. RGB value is (196,140,148). Sum of RGB (Red+Green+Blue) = 196+140+148=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C94 is #3B736B. Grayscale: #9D9D9D. Windows color (decimal): -3896172 or 9735364. OLE color: 9735364.
HSL color Cylindrical-coordinate representation of color #C48C94: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C94 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 148 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.23 |
| HSL | 351.43º | 0.32% | 0.66% | - |
| HSV(B) | 351.43º | 0.29% | 0.77% | - |
| XYZ | 37.49 | 32.63 | 32.34 | - |
| YUV | 157.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 148 | 0 | 0.29 | 0.24 | 0.23 | 351.43 | 0.32 | 0.66 |
| Hex | C4 | 8C | 94 | 0 | 1D | 18 | 17 | 15F | 20 | 42 |
| Octal | 304 | 214 | 224 | 0 | 35 | 30 | 27 | 537 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10010100 | 0 | 11101 | 11000 | 10111 | 101011111 | 100000 | 1000010 |
Color Harmonies of #C48C94
Complementary color
Monochromatic Colors of #C48C94
Black with #C48C94
Text Example
Text Example
White with #C48C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C94; }
p { color: rgb(196,140,148); }
H1.HeaderClassName
{
color: #C48C94;
}
.AnyTagClassName
{
color: #C48C94;
}
</style>
background-color css
<style>
a { background-color: #C48C94; }
a { background-color: rgb(196,140,148); }
div.DivClassName
{
background-color: #C48C94;
}
.BgClassName
{
background-color: #C48C94;
}
</style>
border-color css
<style>
span { border-color: #C48C94; }
span { border-color: rgb(196,140,148); }
td.TdClassName
{
border-color: #C48C94;
}
.TagClassName
{
border-color: #C48C94;
}
</style>