Shades of Puce #C87F9A
Tints of Puce #C87F9A
RGB
CMYK
RGB Variations
Color information
#C87F9A (or 0xC87F9A) is known color: Puce. HEX triplet: C8, 7F and 9A. RGB value is (200,127,154). Sum of RGB (Red+Green+Blue) = 200+127+154=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F9A is #378065. Grayscale: #979797. Windows color (decimal): -3637350 or 10125256. OLE color: 10125256.
HSL color Cylindrical-coordinate representation of color #C87F9A: hue angle of 337.81º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F9A is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 154 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.22 |
| HSL | 337.81º | 0.4% | 0.64% | - |
| HSV(B) | 337.81º | 0.37% | 0.78% | - |
| XYZ | 37.24 | 29.79 | 34.36 | - |
| YUV | 151.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 154 | 0 | 0.36 | 0.23 | 0.22 | 337.81 | 0.4 | 0.64 |
| Hex | C8 | 7F | 9A | 0 | 24 | 17 | 16 | 152 | 28 | 40 |
| Octal | 310 | 177 | 232 | 0 | 44 | 27 | 26 | 522 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10011010 | 0 | 100100 | 10111 | 10110 | 101010010 | 101000 | 1000000 |
Color Harmonies of #C87F9A
Complementary color
Monochromatic Colors of #C87F9A
Black with #C87F9A
Text Example
Text Example
White with #C87F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F9A; }
p { color: rgb(200,127,154); }
H1.HeaderClassName
{
color: #C87F9A;
}
.AnyTagClassName
{
color: #C87F9A;
}
</style>
background-color css
<style>
a { background-color: #C87F9A; }
a { background-color: rgb(200,127,154); }
div.DivClassName
{
background-color: #C87F9A;
}
.BgClassName
{
background-color: #C87F9A;
}
</style>
border-color css
<style>
span { border-color: #C87F9A; }
span { border-color: rgb(200,127,154); }
td.TdClassName
{
border-color: #C87F9A;
}
.TagClassName
{
border-color: #C87F9A;
}
</style>