Shades of Puce #CF7FA4
Tints of Puce #CF7FA4
RGB
CMYK
RGB Variations
Color information
#CF7FA4 (or 0xCF7FA4) is known color: Puce. HEX triplet: CF, 7F and A4. RGB value is (207,127,164). Sum of RGB (Red+Green+Blue) = 207+127+164=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA4 is #30805B. Grayscale: #9B9B9B. Windows color (decimal): -3178588 or 10780623. OLE color: 10780623.
HSL color Cylindrical-coordinate representation of color #CF7FA4: hue angle of 332.25º 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 #CF7FA4 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 164 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.19 |
| HSL | 332.25º | 0.45% | 0.65% | - |
| HSV(B) | 332.25º | 0.39% | 0.81% | - |
| XYZ | 40.02 | 31.12 | 39.02 | - |
| YUV | 155.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 164 | 0 | 0.39 | 0.21 | 0.19 | 332.25 | 0.45 | 0.65 |
| Hex | CF | 7F | A4 | 0 | 27 | 15 | 13 | 14C | 2D | 41 |
| Octal | 317 | 177 | 244 | 0 | 47 | 25 | 23 | 514 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10100100 | 0 | 100111 | 10101 | 10011 | 101001100 | 101101 | 1000001 |
Color Harmonies of #CF7FA4
Complementary color
Monochromatic Colors of #CF7FA4
Black with #CF7FA4
Text Example
Text Example
White with #CF7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FA4; }
p { color: rgb(207,127,164); }
H1.HeaderClassName
{
color: #CF7FA4;
}
.AnyTagClassName
{
color: #CF7FA4;
}
</style>
background-color css
<style>
a { background-color: #CF7FA4; }
a { background-color: rgb(207,127,164); }
div.DivClassName
{
background-color: #CF7FA4;
}
.BgClassName
{
background-color: #CF7FA4;
}
</style>
border-color css
<style>
span { border-color: #CF7FA4; }
span { border-color: rgb(207,127,164); }
td.TdClassName
{
border-color: #CF7FA4;
}
.TagClassName
{
border-color: #CF7FA4;
}
</style>