Shades of Puce #C48A8E
Tints of Puce #C48A8E
RGB
CMYK
RGB Variations
Color information
#C48A8E (or 0xC48A8E) is known color: Puce. HEX triplet: C4, 8A and 8E. RGB value is (196,138,142). Sum of RGB (Red+Green+Blue) = 196+138+142=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A8E is #3B7571. Grayscale: #9B9B9B. Windows color (decimal): -3896690 or 9341636. OLE color: 9341636.
HSL color Cylindrical-coordinate representation of color #C48A8E: hue angle of 355.86º 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 #C48A8E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 142 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.23 |
| HSL | 355.86º | 0.33% | 0.65% | - |
| HSV(B) | 355.86º | 0.3% | 0.77% | - |
| XYZ | 36.74 | 31.87 | 29.81 | - |
| YUV | 155.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 142 | 0 | 0.30 | 0.28 | 0.23 | 355.86 | 0.33 | 0.65 |
| Hex | C4 | 8A | 8E | 0 | 1E | 1C | 17 | 164 | 21 | 41 |
| Octal | 304 | 212 | 216 | 0 | 36 | 34 | 27 | 544 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10001110 | 0 | 11110 | 11100 | 10111 | 101100100 | 100001 | 1000001 |
Color Harmonies of #C48A8E
Complementary color
Monochromatic Colors of #C48A8E
Black with #C48A8E
Text Example
Text Example
White with #C48A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A8E; }
p { color: rgb(196,138,142); }
H1.HeaderClassName
{
color: #C48A8E;
}
.AnyTagClassName
{
color: #C48A8E;
}
</style>
background-color css
<style>
a { background-color: #C48A8E; }
a { background-color: rgb(196,138,142); }
div.DivClassName
{
background-color: #C48A8E;
}
.BgClassName
{
background-color: #C48A8E;
}
</style>
border-color css
<style>
span { border-color: #C48A8E; }
span { border-color: rgb(196,138,142); }
td.TdClassName
{
border-color: #C48A8E;
}
.TagClassName
{
border-color: #C48A8E;
}
</style>