Shades of Puce #C885A2
Tints of Puce #C885A2
RGB
CMYK
RGB Variations
Color information
#C885A2 (or 0xC885A2) is known color: Puce. HEX triplet: C8, 85 and A2. RGB value is (200,133,162). Sum of RGB (Red+Green+Blue) = 200+133+162=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C885A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885A2 is #377A5D. Grayscale: #9C9C9C. Windows color (decimal): -3635806 or 10651080. OLE color: 10651080.
HSL color Cylindrical-coordinate representation of color #C885A2: hue angle of 334.03º 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 #C885A2 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 162 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.22 |
| HSL | 334.03º | 0.38% | 0.65% | - |
| HSV(B) | 334.03º | 0.34% | 0.78% | - |
| XYZ | 38.73 | 31.66 | 38.25 | - |
| YUV | 156.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 162 | 0 | 0.34 | 0.19 | 0.22 | 334.03 | 0.38 | 0.65 |
| Hex | C8 | 85 | A2 | 0 | 22 | 13 | 16 | 14E | 26 | 41 |
| Octal | 310 | 205 | 242 | 0 | 42 | 23 | 26 | 516 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10100010 | 0 | 100010 | 10011 | 10110 | 101001110 | 100110 | 1000001 |
Color Harmonies of #C885A2
Complementary color
Monochromatic Colors of #C885A2
Black with #C885A2
Text Example
Text Example
White with #C885A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885A2; }
p { color: rgb(200,133,162); }
H1.HeaderClassName
{
color: #C885A2;
}
.AnyTagClassName
{
color: #C885A2;
}
</style>
background-color css
<style>
a { background-color: #C885A2; }
a { background-color: rgb(200,133,162); }
div.DivClassName
{
background-color: #C885A2;
}
.BgClassName
{
background-color: #C885A2;
}
</style>
border-color css
<style>
span { border-color: #C885A2; }
span { border-color: rgb(200,133,162); }
td.TdClassName
{
border-color: #C885A2;
}
.TagClassName
{
border-color: #C885A2;
}
</style>