Shades of Puce #C48A96
Tints of Puce #C48A96
RGB
CMYK
RGB Variations
Color information
#C48A96 (or 0xC48A96) is known color: Puce. HEX triplet: C4, 8A and 96. RGB value is (196,138,150). Sum of RGB (Red+Green+Blue) = 196+138+150=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A96 is #3B7569. Grayscale: #9C9C9C. Windows color (decimal): -3896682 or 9865924. OLE color: 9865924.
HSL color Cylindrical-coordinate representation of color #C48A96: hue angle of 347.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48A96 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 150 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.23 |
| HSL | 347.59º | 0.33% | 0.65% | - |
| HSV(B) | 347.59º | 0.3% | 0.77% | - |
| XYZ | 37.36 | 32.11 | 33.08 | - |
| YUV | 156.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 150 | 0 | 0.30 | 0.23 | 0.23 | 347.59 | 0.33 | 0.65 |
| Hex | C4 | 8A | 96 | 0 | 1E | 17 | 17 | 15C | 21 | 41 |
| Octal | 304 | 212 | 226 | 0 | 36 | 27 | 27 | 534 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10010110 | 0 | 11110 | 10111 | 10111 | 101011100 | 100001 | 1000001 |
Color Harmonies of #C48A96
Complementary color
Monochromatic Colors of #C48A96
Black with #C48A96
Text Example
Text Example
White with #C48A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A96; }
p { color: rgb(196,138,150); }
H1.HeaderClassName
{
color: #C48A96;
}
.AnyTagClassName
{
color: #C48A96;
}
</style>
background-color css
<style>
a { background-color: #C48A96; }
a { background-color: rgb(196,138,150); }
div.DivClassName
{
background-color: #C48A96;
}
.BgClassName
{
background-color: #C48A96;
}
</style>
border-color css
<style>
span { border-color: #C48A96; }
span { border-color: rgb(196,138,150); }
td.TdClassName
{
border-color: #C48A96;
}
.TagClassName
{
border-color: #C48A96;
}
</style>