Shades of Puce #CF7E9B
Tints of Puce #CF7E9B
RGB
CMYK
RGB Variations
Color information
#CF7E9B (or 0xCF7E9B) is known color: Puce. HEX triplet: CF, 7E and 9B. RGB value is (207,126,155). Sum of RGB (Red+Green+Blue) = 207+126+155=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9B is #308164. Grayscale: #999999. Windows color (decimal): -3178853 or 10190543. OLE color: 10190543.
HSL color Cylindrical-coordinate representation of color #CF7E9B: hue angle of 338.52º 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 #CF7E9B is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 155 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.19 |
| HSL | 338.52º | 0.46% | 0.65% | - |
| HSV(B) | 338.52º | 0.39% | 0.81% | - |
| XYZ | 39.11 | 30.55 | 34.85 | - |
| YUV | 153.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 155 | 0 | 0.39 | 0.25 | 0.19 | 338.52 | 0.46 | 0.65 |
| Hex | CF | 7E | 9B | 0 | 27 | 19 | 13 | 153 | 2E | 41 |
| Octal | 317 | 176 | 233 | 0 | 47 | 31 | 23 | 523 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10011011 | 0 | 100111 | 11001 | 10011 | 101010011 | 101110 | 1000001 |
Color Harmonies of #CF7E9B
Complementary color
Monochromatic Colors of #CF7E9B
Black with #CF7E9B
Text Example
Text Example
White with #CF7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E9B; }
p { color: rgb(207,126,155); }
H1.HeaderClassName
{
color: #CF7E9B;
}
.AnyTagClassName
{
color: #CF7E9B;
}
</style>
background-color css
<style>
a { background-color: #CF7E9B; }
a { background-color: rgb(207,126,155); }
div.DivClassName
{
background-color: #CF7E9B;
}
.BgClassName
{
background-color: #CF7E9B;
}
</style>
border-color css
<style>
span { border-color: #CF7E9B; }
span { border-color: rgb(207,126,155); }
td.TdClassName
{
border-color: #CF7E9B;
}
.TagClassName
{
border-color: #CF7E9B;
}
</style>