Shades of Puce #CF8892
Tints of Puce #CF8892
RGB
CMYK
RGB Variations
Color information
#CF8892 (or 0xCF8892) is known color: Puce. HEX triplet: CF, 88 and 92. RGB value is (207,136,146). Sum of RGB (Red+Green+Blue) = 207+136+146=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8892 is #30776D. Grayscale: #9E9E9E. Windows color (decimal): -3176302 or 9603279. OLE color: 9603279.
HSL color Cylindrical-coordinate representation of color #CF8892: hue angle of 351.55º 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 #CF8892 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 146 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.19 |
| HSL | 351.55º | 0.43% | 0.67% | - |
| HSV(B) | 351.55º | 0.34% | 0.81% | - |
| XYZ | 39.72 | 32.95 | 31.46 | - |
| YUV | 158.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 146 | 0 | 0.34 | 0.29 | 0.19 | 351.55 | 0.43 | 0.67 |
| Hex | CF | 88 | 92 | 0 | 22 | 1D | 13 | 160 | 2B | 43 |
| Octal | 317 | 210 | 222 | 0 | 42 | 35 | 23 | 540 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10010010 | 0 | 100010 | 11101 | 10011 | 101100000 | 101011 | 1000011 |
Color Harmonies of #CF8892
Complementary color
Monochromatic Colors of #CF8892
Black with #CF8892
Text Example
Text Example
White with #CF8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8892; }
p { color: rgb(207,136,146); }
H1.HeaderClassName
{
color: #CF8892;
}
.AnyTagClassName
{
color: #CF8892;
}
</style>
background-color css
<style>
a { background-color: #CF8892; }
a { background-color: rgb(207,136,146); }
div.DivClassName
{
background-color: #CF8892;
}
.BgClassName
{
background-color: #CF8892;
}
</style>
border-color css
<style>
span { border-color: #CF8892; }
span { border-color: rgb(207,136,146); }
td.TdClassName
{
border-color: #CF8892;
}
.TagClassName
{
border-color: #CF8892;
}
</style>