Shades of Puce #CF7E9E
Tints of Puce #CF7E9E
RGB
CMYK
RGB Variations
Color information
#CF7E9E (or 0xCF7E9E) is known color: Puce. HEX triplet: CF, 7E and 9E. RGB value is (207,126,158). Sum of RGB (Red+Green+Blue) = 207+126+158=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9E is #308161. Grayscale: #999999. Windows color (decimal): -3178850 or 10387151. OLE color: 10387151.
HSL color Cylindrical-coordinate representation of color #CF7E9E: hue angle of 336.3º degrees, saturation: 0.46, 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 #CF7E9E is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 158 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.19 |
| HSL | 336.3º | 0.46% | 0.65% | - |
| HSV(B) | 336.3º | 0.39% | 0.81% | - |
| XYZ | 39.36 | 30.66 | 36.19 | - |
| YUV | 153.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 158 | 0 | 0.39 | 0.24 | 0.19 | 336.3 | 0.46 | 0.65 |
| Hex | CF | 7E | 9E | 0 | 27 | 18 | 13 | 150 | 2E | 41 |
| Octal | 317 | 176 | 236 | 0 | 47 | 30 | 23 | 520 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10011110 | 0 | 100111 | 11000 | 10011 | 101010000 | 101110 | 1000001 |
Color Harmonies of #CF7E9E
Complementary color
Monochromatic Colors of #CF7E9E
Black with #CF7E9E
Text Example
Text Example
White with #CF7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E9E; }
p { color: rgb(207,126,158); }
H1.HeaderClassName
{
color: #CF7E9E;
}
.AnyTagClassName
{
color: #CF7E9E;
}
</style>
background-color css
<style>
a { background-color: #CF7E9E; }
a { background-color: rgb(207,126,158); }
div.DivClassName
{
background-color: #CF7E9E;
}
.BgClassName
{
background-color: #CF7E9E;
}
</style>
border-color css
<style>
span { border-color: #CF7E9E; }
span { border-color: rgb(207,126,158); }
td.TdClassName
{
border-color: #CF7E9E;
}
.TagClassName
{
border-color: #CF7E9E;
}
</style>