Shades of Puce #CF8994
Tints of Puce #CF8994
RGB
CMYK
RGB Variations
Color information
#CF8994 (or 0xCF8994) is known color: Puce. HEX triplet: CF, 89 and 94. RGB value is (207,137,148). Sum of RGB (Red+Green+Blue) = 207+137+148=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8994 is #30766B. Grayscale: #9F9F9F. Windows color (decimal): -3176044 or 9734607. OLE color: 9734607.
HSL color Cylindrical-coordinate representation of color #CF8994: hue angle of 350.57º degrees, saturation: 0.42, 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 #CF8994 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 148 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.19 |
| HSL | 350.57º | 0.42% | 0.67% | - |
| HSV(B) | 350.57º | 0.34% | 0.81% | - |
| XYZ | 40.02 | 33.29 | 32.33 | - |
| YUV | 159.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 148 | 0 | 0.34 | 0.29 | 0.19 | 350.57 | 0.42 | 0.67 |
| Hex | CF | 89 | 94 | 0 | 22 | 1D | 13 | 15F | 2A | 43 |
| Octal | 317 | 211 | 224 | 0 | 42 | 35 | 23 | 537 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10010100 | 0 | 100010 | 11101 | 10011 | 101011111 | 101010 | 1000011 |
Color Harmonies of #CF8994
Complementary color
Monochromatic Colors of #CF8994
Black with #CF8994
Text Example
Text Example
White with #CF8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8994; }
p { color: rgb(207,137,148); }
H1.HeaderClassName
{
color: #CF8994;
}
.AnyTagClassName
{
color: #CF8994;
}
</style>
background-color css
<style>
a { background-color: #CF8994; }
a { background-color: rgb(207,137,148); }
div.DivClassName
{
background-color: #CF8994;
}
.BgClassName
{
background-color: #CF8994;
}
</style>
border-color css
<style>
span { border-color: #CF8994; }
span { border-color: rgb(207,137,148); }
td.TdClassName
{
border-color: #CF8994;
}
.TagClassName
{
border-color: #CF8994;
}
</style>