Shades of Puce #C87F91
Tints of Puce #C87F91
RGB
CMYK
RGB Variations
Color information
#C87F91 (or 0xC87F91) is known color: Puce. HEX triplet: C8, 7F and 91. RGB value is (200,127,145). Sum of RGB (Red+Green+Blue) = 200+127+145=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F91 is #37806E. Grayscale: #969696. Windows color (decimal): -3637359 or 9535432. OLE color: 9535432.
HSL color Cylindrical-coordinate representation of color #C87F91: hue angle of 345.21º 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 #C87F91 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 145 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.22 |
| HSL | 345.21º | 0.4% | 0.64% | - |
| HSV(B) | 345.21º | 0.37% | 0.78% | - |
| XYZ | 36.52 | 29.5 | 30.56 | - |
| YUV | 150.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 145 | 0 | 0.36 | 0.28 | 0.22 | 345.21 | 0.4 | 0.64 |
| Hex | C8 | 7F | 91 | 0 | 24 | 1C | 16 | 159 | 28 | 40 |
| Octal | 310 | 177 | 221 | 0 | 44 | 34 | 26 | 531 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10010001 | 0 | 100100 | 11100 | 10110 | 101011001 | 101000 | 1000000 |
Color Harmonies of #C87F91
Complementary color
Monochromatic Colors of #C87F91
Black with #C87F91
Text Example
Text Example
White with #C87F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F91; }
p { color: rgb(200,127,145); }
H1.HeaderClassName
{
color: #C87F91;
}
.AnyTagClassName
{
color: #C87F91;
}
</style>
background-color css
<style>
a { background-color: #C87F91; }
a { background-color: rgb(200,127,145); }
div.DivClassName
{
background-color: #C87F91;
}
.BgClassName
{
background-color: #C87F91;
}
</style>
border-color css
<style>
span { border-color: #C87F91; }
span { border-color: rgb(200,127,145); }
td.TdClassName
{
border-color: #C87F91;
}
.TagClassName
{
border-color: #C87F91;
}
</style>