Shades of Puce #C886A0
Tints of Puce #C886A0
RGB
CMYK
RGB Variations
Color information
#C886A0 (or 0xC886A0) is known color: Puce. HEX triplet: C8, 86 and A0. RGB value is (200,134,160). Sum of RGB (Red+Green+Blue) = 200+134+160=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C886A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886A0 is #37795F. Grayscale: #9C9C9C. Windows color (decimal): -3635552 or 10520264. OLE color: 10520264.
HSL color Cylindrical-coordinate representation of color #C886A0: hue angle of 336.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886A0 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 160 | - |
| CMYK | 0 | 0.33 | 0.2 | 0.22 |
| HSL | 336.36º | 0.38% | 0.65% | - |
| HSV(B) | 336.36º | 0.33% | 0.78% | - |
| XYZ | 38.69 | 31.87 | 37.37 | - |
| YUV | 156.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 160 | 0 | 0.33 | 0.2 | 0.22 | 336.36 | 0.38 | 0.65 |
| Hex | C8 | 86 | A0 | 0 | 21 | 14 | 16 | 150 | 26 | 41 |
| Octal | 310 | 206 | 240 | 0 | 41 | 24 | 26 | 520 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10100000 | 0 | 100001 | 10100 | 10110 | 101010000 | 100110 | 1000001 |
Color Harmonies of #C886A0
Complementary color
Monochromatic Colors of #C886A0
Black with #C886A0
Text Example
Text Example
White with #C886A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886A0; }
p { color: rgb(200,134,160); }
H1.HeaderClassName
{
color: #C886A0;
}
.AnyTagClassName
{
color: #C886A0;
}
</style>
background-color css
<style>
a { background-color: #C886A0; }
a { background-color: rgb(200,134,160); }
div.DivClassName
{
background-color: #C886A0;
}
.BgClassName
{
background-color: #C886A0;
}
</style>
border-color css
<style>
span { border-color: #C886A0; }
span { border-color: rgb(200,134,160); }
td.TdClassName
{
border-color: #C886A0;
}
.TagClassName
{
border-color: #C886A0;
}
</style>