Shades of Puce #C884A0
Tints of Puce #C884A0
RGB
CMYK
RGB Variations
Color information
#C884A0 (or 0xC884A0) is known color: Puce. HEX triplet: C8, 84 and A0. RGB value is (200,132,160). Sum of RGB (Red+Green+Blue) = 200+132+160=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C884A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884A0 is #377B5F. Grayscale: #9B9B9B. Windows color (decimal): -3636064 or 10519752. OLE color: 10519752.
HSL color Cylindrical-coordinate representation of color #C884A0: hue angle of 335.29º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884A0 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 160 | - |
| CMYK | 0 | 0.34 | 0.2 | 0.22 |
| HSL | 335.29º | 0.38% | 0.65% | - |
| HSV(B) | 335.29º | 0.34% | 0.78% | - |
| XYZ | 38.42 | 31.32 | 37.28 | - |
| YUV | 155.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 160 | 0 | 0.34 | 0.2 | 0.22 | 335.29 | 0.38 | 0.65 |
| Hex | C8 | 84 | A0 | 0 | 22 | 14 | 16 | 14F | 26 | 41 |
| Octal | 310 | 204 | 240 | 0 | 42 | 24 | 26 | 517 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10100000 | 0 | 100010 | 10100 | 10110 | 101001111 | 100110 | 1000001 |
Color Harmonies of #C884A0
Complementary color
Monochromatic Colors of #C884A0
Black with #C884A0
Text Example
Text Example
White with #C884A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884A0; }
p { color: rgb(200,132,160); }
H1.HeaderClassName
{
color: #C884A0;
}
.AnyTagClassName
{
color: #C884A0;
}
</style>
background-color css
<style>
a { background-color: #C884A0; }
a { background-color: rgb(200,132,160); }
div.DivClassName
{
background-color: #C884A0;
}
.BgClassName
{
background-color: #C884A0;
}
</style>
border-color css
<style>
span { border-color: #C884A0; }
span { border-color: rgb(200,132,160); }
td.TdClassName
{
border-color: #C884A0;
}
.TagClassName
{
border-color: #C884A0;
}
</style>