Shades of Puce #C885A0
Tints of Puce #C885A0
RGB
CMYK
RGB Variations
Color information
#C885A0 (or 0xC885A0) is known color: Puce. HEX triplet: C8, 85 and A0. RGB value is (200,133,160). Sum of RGB (Red+Green+Blue) = 200+133+160=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C885A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885A0 is #377A5F. Grayscale: #9C9C9C. Windows color (decimal): -3635808 or 10520008. OLE color: 10520008.
HSL color Cylindrical-coordinate representation of color #C885A0: hue angle of 335.82º 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 #C885A0 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 160 | - |
| CMYK | 0 | 0.34 | 0.2 | 0.22 |
| HSL | 335.82º | 0.38% | 0.65% | - |
| HSV(B) | 335.82º | 0.34% | 0.78% | - |
| XYZ | 38.55 | 31.59 | 37.32 | - |
| YUV | 156.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 160 | 0 | 0.34 | 0.2 | 0.22 | 335.82 | 0.38 | 0.65 |
| Hex | C8 | 85 | A0 | 0 | 22 | 14 | 16 | 150 | 26 | 41 |
| Octal | 310 | 205 | 240 | 0 | 42 | 24 | 26 | 520 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10100000 | 0 | 100010 | 10100 | 10110 | 101010000 | 100110 | 1000001 |
Color Harmonies of #C885A0
Complementary color
Monochromatic Colors of #C885A0
Black with #C885A0
Text Example
Text Example
White with #C885A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885A0; }
p { color: rgb(200,133,160); }
H1.HeaderClassName
{
color: #C885A0;
}
.AnyTagClassName
{
color: #C885A0;
}
</style>
background-color css
<style>
a { background-color: #C885A0; }
a { background-color: rgb(200,133,160); }
div.DivClassName
{
background-color: #C885A0;
}
.BgClassName
{
background-color: #C885A0;
}
</style>
border-color css
<style>
span { border-color: #C885A0; }
span { border-color: rgb(200,133,160); }
td.TdClassName
{
border-color: #C885A0;
}
.TagClassName
{
border-color: #C885A0;
}
</style>