Shades of Puce #C885A1
Tints of Puce #C885A1
RGB
CMYK
RGB Variations
Color information
#C885A1 (or 0xC885A1) is known color: Puce. HEX triplet: C8, 85 and A1. RGB value is (200,133,161). Sum of RGB (Red+Green+Blue) = 200+133+161=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C885A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885A1 is #377A5E. Grayscale: #9C9C9C. Windows color (decimal): -3635807 or 10585544. OLE color: 10585544.
HSL color Cylindrical-coordinate representation of color #C885A1: hue angle of 334.93º 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 #C885A1 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 161 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.22 |
| HSL | 334.93º | 0.38% | 0.65% | - |
| HSV(B) | 334.93º | 0.34% | 0.78% | - |
| XYZ | 38.64 | 31.63 | 37.79 | - |
| YUV | 156.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 161 | 0 | 0.34 | 0.19 | 0.22 | 334.93 | 0.38 | 0.65 |
| Hex | C8 | 85 | A1 | 0 | 22 | 13 | 16 | 14F | 26 | 41 |
| Octal | 310 | 205 | 241 | 0 | 42 | 23 | 26 | 517 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10100001 | 0 | 100010 | 10011 | 10110 | 101001111 | 100110 | 1000001 |
Color Harmonies of #C885A1
Complementary color
Monochromatic Colors of #C885A1
Black with #C885A1
Text Example
Text Example
White with #C885A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885A1; }
p { color: rgb(200,133,161); }
H1.HeaderClassName
{
color: #C885A1;
}
.AnyTagClassName
{
color: #C885A1;
}
</style>
background-color css
<style>
a { background-color: #C885A1; }
a { background-color: rgb(200,133,161); }
div.DivClassName
{
background-color: #C885A1;
}
.BgClassName
{
background-color: #C885A1;
}
</style>
border-color css
<style>
span { border-color: #C885A1; }
span { border-color: rgb(200,133,161); }
td.TdClassName
{
border-color: #C885A1;
}
.TagClassName
{
border-color: #C885A1;
}
</style>