Shades of Puce #CF8895
Tints of Puce #CF8895
RGB
CMYK
RGB Variations
Color information
#CF8895 (or 0xCF8895) is known color: Puce. HEX triplet: CF, 88 and 95. RGB value is (207,136,149). Sum of RGB (Red+Green+Blue) = 207+136+149=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8895 is #30776A. Grayscale: #9E9E9E. Windows color (decimal): -3176299 or 9799887. OLE color: 9799887.
HSL color Cylindrical-coordinate representation of color #CF8895: hue angle of 349.01º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8895 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 149 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.19 |
| HSL | 349.01º | 0.43% | 0.67% | - |
| HSV(B) | 349.01º | 0.34% | 0.81% | - |
| XYZ | 39.96 | 33.04 | 32.71 | - |
| YUV | 158.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 149 | 0 | 0.34 | 0.28 | 0.19 | 349.01 | 0.43 | 0.67 |
| Hex | CF | 88 | 95 | 0 | 22 | 1C | 13 | 15D | 2B | 43 |
| Octal | 317 | 210 | 225 | 0 | 42 | 34 | 23 | 535 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10010101 | 0 | 100010 | 11100 | 10011 | 101011101 | 101011 | 1000011 |
Color Harmonies of #CF8895
Complementary color
Monochromatic Colors of #CF8895
Black with #CF8895
Text Example
Text Example
White with #CF8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8895; }
p { color: rgb(207,136,149); }
H1.HeaderClassName
{
color: #CF8895;
}
.AnyTagClassName
{
color: #CF8895;
}
</style>
background-color css
<style>
a { background-color: #CF8895; }
a { background-color: rgb(207,136,149); }
div.DivClassName
{
background-color: #CF8895;
}
.BgClassName
{
background-color: #CF8895;
}
</style>
border-color css
<style>
span { border-color: #CF8895; }
span { border-color: rgb(207,136,149); }
td.TdClassName
{
border-color: #CF8895;
}
.TagClassName
{
border-color: #CF8895;
}
</style>