Shades of Puce #C87FA4
Tints of Puce #C87FA4
RGB
CMYK
RGB Variations
Color information
#C87FA4 (or 0xC87FA4) is known color: Puce. HEX triplet: C8, 7F and A4. RGB value is (200,127,164). Sum of RGB (Red+Green+Blue) = 200+127+164=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA4 is #37805B. Grayscale: #989898. Windows color (decimal): -3637340 or 10780616. OLE color: 10780616.
HSL color Cylindrical-coordinate representation of color #C87FA4: hue angle of 329.59º 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 #C87FA4 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 164 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.22 |
| HSL | 329.59º | 0.4% | 0.64% | - |
| HSV(B) | 329.59º | 0.37% | 0.78% | - |
| XYZ | 38.11 | 30.14 | 38.93 | - |
| YUV | 153.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 164 | 0 | 0.36 | 0.18 | 0.22 | 329.59 | 0.4 | 0.64 |
| Hex | C8 | 7F | A4 | 0 | 24 | 12 | 16 | 14A | 28 | 40 |
| Octal | 310 | 177 | 244 | 0 | 44 | 22 | 26 | 512 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10100100 | 0 | 100100 | 10010 | 10110 | 101001010 | 101000 | 1000000 |
Color Harmonies of #C87FA4
Complementary color
Monochromatic Colors of #C87FA4
Black with #C87FA4
Text Example
Text Example
White with #C87FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FA4; }
p { color: rgb(200,127,164); }
H1.HeaderClassName
{
color: #C87FA4;
}
.AnyTagClassName
{
color: #C87FA4;
}
</style>
background-color css
<style>
a { background-color: #C87FA4; }
a { background-color: rgb(200,127,164); }
div.DivClassName
{
background-color: #C87FA4;
}
.BgClassName
{
background-color: #C87FA4;
}
</style>
border-color css
<style>
span { border-color: #C87FA4; }
span { border-color: rgb(200,127,164); }
td.TdClassName
{
border-color: #C87FA4;
}
.TagClassName
{
border-color: #C87FA4;
}
</style>