Shades of Puce #C986A1
Tints of Puce #C986A1
RGB
CMYK
RGB Variations
Color information
#C986A1 (or 0xC986A1) is known color: Puce. HEX triplet: C9, 86 and A1. RGB value is (201,134,161). Sum of RGB (Red+Green+Blue) = 201+134+161=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C986A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C986A1 is #36795E. Grayscale: #9D9D9D. Windows color (decimal): -3570015 or 10585801. OLE color: 10585801.
HSL color Cylindrical-coordinate representation of color #C986A1: hue angle of 335.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986A1 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 161 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.21 |
| HSL | 335.82º | 0.38% | 0.66% | - |
| HSV(B) | 335.82º | 0.33% | 0.79% | - |
| XYZ | 39.05 | 32.04 | 37.84 | - |
| YUV | 157.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 161 | 0 | 0.33 | 0.20 | 0.21 | 335.82 | 0.38 | 0.66 |
| Hex | C9 | 86 | A1 | 0 | 21 | 14 | 15 | 150 | 26 | 42 |
| Octal | 311 | 206 | 241 | 0 | 41 | 24 | 25 | 520 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10100001 | 0 | 100001 | 10100 | 10101 | 101010000 | 100110 | 1000010 |
Color Harmonies of #C986A1
Complementary color
Monochromatic Colors of #C986A1
Black with #C986A1
Text Example
Text Example
White with #C986A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986A1; }
p { color: rgb(201,134,161); }
H1.HeaderClassName
{
color: #C986A1;
}
.AnyTagClassName
{
color: #C986A1;
}
</style>
background-color css
<style>
a { background-color: #C986A1; }
a { background-color: rgb(201,134,161); }
div.DivClassName
{
background-color: #C986A1;
}
.BgClassName
{
background-color: #C986A1;
}
</style>
border-color css
<style>
span { border-color: #C986A1; }
span { border-color: rgb(201,134,161); }
td.TdClassName
{
border-color: #C986A1;
}
.TagClassName
{
border-color: #C986A1;
}
</style>