Shades of Puce #CF7FA3
Tints of Puce #CF7FA3
RGB
CMYK
RGB Variations
Color information
#CF7FA3 (or 0xCF7FA3) is known color: Puce. HEX triplet: CF, 7F and A3. RGB value is (207,127,163). Sum of RGB (Red+Green+Blue) = 207+127+163=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA3 is #30805C. Grayscale: #9A9A9A. Windows color (decimal): -3178589 or 10715087. OLE color: 10715087.
HSL color Cylindrical-coordinate representation of color #CF7FA3: hue angle of 333º 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 #CF7FA3 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 163 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.19 |
| HSL | 333º | 0.45% | 0.65% | - |
| HSV(B) | 333º | 0.39% | 0.81% | - |
| XYZ | 39.93 | 31.09 | 38.55 | - |
| YUV | 155.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 163 | 0 | 0.39 | 0.21 | 0.19 | 333 | 0.45 | 0.65 |
| Hex | CF | 7F | A3 | 0 | 27 | 15 | 13 | 14D | 2D | 41 |
| Octal | 317 | 177 | 243 | 0 | 47 | 25 | 23 | 515 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10100011 | 0 | 100111 | 10101 | 10011 | 101001101 | 101101 | 1000001 |
Color Harmonies of #CF7FA3
Complementary color
Monochromatic Colors of #CF7FA3
Black with #CF7FA3
Text Example
Text Example
White with #CF7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FA3; }
p { color: rgb(207,127,163); }
H1.HeaderClassName
{
color: #CF7FA3;
}
.AnyTagClassName
{
color: #CF7FA3;
}
</style>
background-color css
<style>
a { background-color: #CF7FA3; }
a { background-color: rgb(207,127,163); }
div.DivClassName
{
background-color: #CF7FA3;
}
.BgClassName
{
background-color: #CF7FA3;
}
</style>
border-color css
<style>
span { border-color: #CF7FA3; }
span { border-color: rgb(207,127,163); }
td.TdClassName
{
border-color: #CF7FA3;
}
.TagClassName
{
border-color: #CF7FA3;
}
</style>