Shades of Puce #C87F96
Tints of Puce #C87F96
RGB
CMYK
RGB Variations
Color information
#C87F96 (or 0xC87F96) is known color: Puce. HEX triplet: C8, 7F and 96. RGB value is (200,127,150). Sum of RGB (Red+Green+Blue) = 200+127+150=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F96 is #378069. Grayscale: #979797. Windows color (decimal): -3637354 or 9863112. OLE color: 9863112.
HSL color Cylindrical-coordinate representation of color #C87F96: hue angle of 341.1º 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 #C87F96 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 150 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.22 |
| HSL | 341.1º | 0.4% | 0.64% | - |
| HSV(B) | 341.1º | 0.37% | 0.78% | - |
| XYZ | 36.91 | 29.66 | 32.63 | - |
| YUV | 151.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 150 | 0 | 0.36 | 0.25 | 0.22 | 341.1 | 0.4 | 0.64 |
| Hex | C8 | 7F | 96 | 0 | 24 | 19 | 16 | 155 | 28 | 40 |
| Octal | 310 | 177 | 226 | 0 | 44 | 31 | 26 | 525 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10010110 | 0 | 100100 | 11001 | 10110 | 101010101 | 101000 | 1000000 |
Color Harmonies of #C87F96
Complementary color
Monochromatic Colors of #C87F96
Black with #C87F96
Text Example
Text Example
White with #C87F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F96; }
p { color: rgb(200,127,150); }
H1.HeaderClassName
{
color: #C87F96;
}
.AnyTagClassName
{
color: #C87F96;
}
</style>
background-color css
<style>
a { background-color: #C87F96; }
a { background-color: rgb(200,127,150); }
div.DivClassName
{
background-color: #C87F96;
}
.BgClassName
{
background-color: #C87F96;
}
</style>
border-color css
<style>
span { border-color: #C87F96; }
span { border-color: rgb(200,127,150); }
td.TdClassName
{
border-color: #C87F96;
}
.TagClassName
{
border-color: #C87F96;
}
</style>