Shades of Puce #CF7F9F
Tints of Puce #CF7F9F
RGB
CMYK
RGB Variations
Color information
#CF7F9F (or 0xCF7F9F) is known color: Puce. HEX triplet: CF, 7F and 9F. RGB value is (207,127,159). Sum of RGB (Red+Green+Blue) = 207+127+159=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F9F is #308060. Grayscale: #9A9A9A. Windows color (decimal): -3178593 or 10452943. OLE color: 10452943.
HSL color Cylindrical-coordinate representation of color #CF7F9F: hue angle of 336º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7F9F is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 159 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.19 |
| HSL | 336º | 0.45% | 0.65% | - |
| HSV(B) | 336º | 0.39% | 0.81% | - |
| XYZ | 39.58 | 30.95 | 36.69 | - |
| YUV | 154.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 159 | 0 | 0.39 | 0.23 | 0.19 | 336 | 0.45 | 0.65 |
| Hex | CF | 7F | 9F | 0 | 27 | 17 | 13 | 150 | 2D | 41 |
| Octal | 317 | 177 | 237 | 0 | 47 | 27 | 23 | 520 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10011111 | 0 | 100111 | 10111 | 10011 | 101010000 | 101101 | 1000001 |
Color Harmonies of #CF7F9F
Complementary color
Monochromatic Colors of #CF7F9F
Black with #CF7F9F
Text Example
Text Example
White with #CF7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F9F; }
p { color: rgb(207,127,159); }
H1.HeaderClassName
{
color: #CF7F9F;
}
.AnyTagClassName
{
color: #CF7F9F;
}
</style>
background-color css
<style>
a { background-color: #CF7F9F; }
a { background-color: rgb(207,127,159); }
div.DivClassName
{
background-color: #CF7F9F;
}
.BgClassName
{
background-color: #CF7F9F;
}
</style>
border-color css
<style>
span { border-color: #CF7F9F; }
span { border-color: rgb(207,127,159); }
td.TdClassName
{
border-color: #CF7F9F;
}
.TagClassName
{
border-color: #CF7F9F;
}
</style>