Shades of Puce #C87D9A
Tints of Puce #C87D9A
RGB
CMYK
RGB Variations
Color information
#C87D9A (or 0xC87D9A) is known color: Puce. HEX triplet: C8, 7D and 9A. RGB value is (200,125,154). Sum of RGB (Red+Green+Blue) = 200+125+154=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D9A is #378265. Grayscale: #969696. Windows color (decimal): -3637862 or 10124744. OLE color: 10124744.
HSL color Cylindrical-coordinate representation of color #C87D9A: hue angle of 336.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87D9A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 154 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.22 |
| HSL | 336.8º | 0.41% | 0.64% | - |
| HSV(B) | 336.8º | 0.38% | 0.78% | - |
| XYZ | 36.99 | 29.28 | 34.27 | - |
| YUV | 150.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 154 | 0 | 0.38 | 0.23 | 0.22 | 336.8 | 0.41 | 0.64 |
| Hex | C8 | 7D | 9A | 0 | 26 | 17 | 16 | 151 | 29 | 40 |
| Octal | 310 | 175 | 232 | 0 | 46 | 27 | 26 | 521 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10011010 | 0 | 100110 | 10111 | 10110 | 101010001 | 101001 | 1000000 |
Color Harmonies of #C87D9A
Complementary color
Monochromatic Colors of #C87D9A
Black with #C87D9A
Text Example
Text Example
White with #C87D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D9A; }
p { color: rgb(200,125,154); }
H1.HeaderClassName
{
color: #C87D9A;
}
.AnyTagClassName
{
color: #C87D9A;
}
</style>
background-color css
<style>
a { background-color: #C87D9A; }
a { background-color: rgb(200,125,154); }
div.DivClassName
{
background-color: #C87D9A;
}
.BgClassName
{
background-color: #C87D9A;
}
</style>
border-color css
<style>
span { border-color: #C87D9A; }
span { border-color: rgb(200,125,154); }
td.TdClassName
{
border-color: #C87D9A;
}
.TagClassName
{
border-color: #C87D9A;
}
</style>