Shades of Puce #CF7F9A
Tints of Puce #CF7F9A
RGB
CMYK
RGB Variations
Color information
#CF7F9A (or 0xCF7F9A) is known color: Puce. HEX triplet: CF, 7F and 9A. RGB value is (207,127,154). Sum of RGB (Red+Green+Blue) = 207+127+154=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F9A is #308065. Grayscale: #999999. Windows color (decimal): -3178598 or 10125263. OLE color: 10125263.
HSL color Cylindrical-coordinate representation of color #CF7F9A: hue angle of 339.75º 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 #CF7F9A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 154 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.19 |
| HSL | 339.75º | 0.45% | 0.65% | - |
| HSV(B) | 339.75º | 0.39% | 0.81% | - |
| XYZ | 39.15 | 30.78 | 34.45 | - |
| YUV | 154 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 154 | 0 | 0.39 | 0.26 | 0.19 | 339.75 | 0.45 | 0.65 |
| Hex | CF | 7F | 9A | 0 | 27 | 1A | 13 | 154 | 2D | 41 |
| Octal | 317 | 177 | 232 | 0 | 47 | 32 | 23 | 524 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10011010 | 0 | 100111 | 11010 | 10011 | 101010100 | 101101 | 1000001 |
Color Harmonies of #CF7F9A
Complementary color
Monochromatic Colors of #CF7F9A
Black with #CF7F9A
Text Example
Text Example
White with #CF7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F9A; }
p { color: rgb(207,127,154); }
H1.HeaderClassName
{
color: #CF7F9A;
}
.AnyTagClassName
{
color: #CF7F9A;
}
</style>
background-color css
<style>
a { background-color: #CF7F9A; }
a { background-color: rgb(207,127,154); }
div.DivClassName
{
background-color: #CF7F9A;
}
.BgClassName
{
background-color: #CF7F9A;
}
</style>
border-color css
<style>
span { border-color: #CF7F9A; }
span { border-color: rgb(207,127,154); }
td.TdClassName
{
border-color: #CF7F9A;
}
.TagClassName
{
border-color: #CF7F9A;
}
</style>