Shades of Puce #C87D9D
Tints of Puce #C87D9D
RGB
CMYK
RGB Variations
Color information
#C87D9D (or 0xC87D9D) is known color: Puce. HEX triplet: C8, 7D and 9D. RGB value is (200,125,157). Sum of RGB (Red+Green+Blue) = 200+125+157=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D9D is #378262. Grayscale: #979797. Windows color (decimal): -3637859 or 10321352. OLE color: 10321352.
HSL color Cylindrical-coordinate representation of color #C87D9D: hue angle of 334.4º 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 #C87D9D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 157 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.22 |
| HSL | 334.4º | 0.41% | 0.64% | - |
| HSV(B) | 334.4º | 0.38% | 0.78% | - |
| XYZ | 37.24 | 29.38 | 35.61 | - |
| YUV | 151.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 157 | 0 | 0.38 | 0.22 | 0.22 | 334.4 | 0.41 | 0.64 |
| Hex | C8 | 7D | 9D | 0 | 26 | 16 | 16 | 14E | 29 | 40 |
| Octal | 310 | 175 | 235 | 0 | 46 | 26 | 26 | 516 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10011101 | 0 | 100110 | 10110 | 10110 | 101001110 | 101001 | 1000000 |
Color Harmonies of #C87D9D
Complementary color
Monochromatic Colors of #C87D9D
Black with #C87D9D
Text Example
Text Example
White with #C87D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D9D; }
p { color: rgb(200,125,157); }
H1.HeaderClassName
{
color: #C87D9D;
}
.AnyTagClassName
{
color: #C87D9D;
}
</style>
background-color css
<style>
a { background-color: #C87D9D; }
a { background-color: rgb(200,125,157); }
div.DivClassName
{
background-color: #C87D9D;
}
.BgClassName
{
background-color: #C87D9D;
}
</style>
border-color css
<style>
span { border-color: #C87D9D; }
span { border-color: rgb(200,125,157); }
td.TdClassName
{
border-color: #C87D9D;
}
.TagClassName
{
border-color: #C87D9D;
}
</style>