Shades of Puce #CF7F9D
Tints of Puce #CF7F9D
RGB
CMYK
RGB Variations
Color information
#CF7F9D (or 0xCF7F9D) is known color: Puce. HEX triplet: CF, 7F and 9D. RGB value is (207,127,157). Sum of RGB (Red+Green+Blue) = 207+127+157=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F9D is #308062. Grayscale: #9A9A9A. Windows color (decimal): -3178595 or 10321871. OLE color: 10321871.
HSL color Cylindrical-coordinate representation of color #CF7F9D: hue angle of 337.5º 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 #CF7F9D is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 157 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.19 |
| HSL | 337.5º | 0.45% | 0.65% | - |
| HSV(B) | 337.5º | 0.39% | 0.81% | - |
| XYZ | 39.41 | 30.88 | 35.78 | - |
| YUV | 154.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 157 | 0 | 0.39 | 0.24 | 0.19 | 337.5 | 0.45 | 0.65 |
| Hex | CF | 7F | 9D | 0 | 27 | 18 | 13 | 152 | 2D | 41 |
| Octal | 317 | 177 | 235 | 0 | 47 | 30 | 23 | 522 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10011101 | 0 | 100111 | 11000 | 10011 | 101010010 | 101101 | 1000001 |
Color Harmonies of #CF7F9D
Complementary color
Monochromatic Colors of #CF7F9D
Black with #CF7F9D
Text Example
Text Example
White with #CF7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F9D; }
p { color: rgb(207,127,157); }
H1.HeaderClassName
{
color: #CF7F9D;
}
.AnyTagClassName
{
color: #CF7F9D;
}
</style>
background-color css
<style>
a { background-color: #CF7F9D; }
a { background-color: rgb(207,127,157); }
div.DivClassName
{
background-color: #CF7F9D;
}
.BgClassName
{
background-color: #CF7F9D;
}
</style>
border-color css
<style>
span { border-color: #CF7F9D; }
span { border-color: rgb(207,127,157); }
td.TdClassName
{
border-color: #CF7F9D;
}
.TagClassName
{
border-color: #CF7F9D;
}
</style>