Shades of Puce #C87C99
Tints of Puce #C87C99
RGB
CMYK
RGB Variations
Color information
#C87C99 (or 0xC87C99) is known color: Puce. HEX triplet: C8, 7C and 99. RGB value is (200,124,153). Sum of RGB (Red+Green+Blue) = 200+124+153=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87C99 is #378366. Grayscale: #959595. Windows color (decimal): -3638119 or 10058952. OLE color: 10058952.
HSL color Cylindrical-coordinate representation of color #C87C99: hue angle of 337.11º 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 #C87C99 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 153 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.22 |
| HSL | 337.11º | 0.41% | 0.64% | - |
| HSV(B) | 337.11º | 0.38% | 0.78% | - |
| XYZ | 36.78 | 28.99 | 33.8 | - |
| YUV | 150.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 153 | 0 | 0.38 | 0.24 | 0.22 | 337.11 | 0.41 | 0.64 |
| Hex | C8 | 7C | 99 | 0 | 26 | 18 | 16 | 151 | 29 | 40 |
| Octal | 310 | 174 | 231 | 0 | 46 | 30 | 26 | 521 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10011001 | 0 | 100110 | 11000 | 10110 | 101010001 | 101001 | 1000000 |
Color Harmonies of #C87C99
Complementary color
Monochromatic Colors of #C87C99
Black with #C87C99
Text Example
Text Example
White with #C87C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C99; }
p { color: rgb(200,124,153); }
H1.HeaderClassName
{
color: #C87C99;
}
.AnyTagClassName
{
color: #C87C99;
}
</style>
background-color css
<style>
a { background-color: #C87C99; }
a { background-color: rgb(200,124,153); }
div.DivClassName
{
background-color: #C87C99;
}
.BgClassName
{
background-color: #C87C99;
}
</style>
border-color css
<style>
span { border-color: #C87C99; }
span { border-color: rgb(200,124,153); }
td.TdClassName
{
border-color: #C87C99;
}
.TagClassName
{
border-color: #C87C99;
}
</style>