Shades of Puce #CF7F93
Tints of Puce #CF7F93
RGB
CMYK
RGB Variations
Color information
#CF7F93 (or 0xCF7F93) is known color: Puce. HEX triplet: CF, 7F and 93. RGB value is (207,127,147). Sum of RGB (Red+Green+Blue) = 207+127+147=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F93 is #30806C. Grayscale: #999999. Windows color (decimal): -3178605 or 9666511. OLE color: 9666511.
HSL color Cylindrical-coordinate representation of color #CF7F93: hue angle of 345º 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 #CF7F93 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 147 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.19 |
| HSL | 345º | 0.45% | 0.65% | - |
| HSV(B) | 345º | 0.39% | 0.81% | - |
| XYZ | 38.59 | 30.55 | 31.47 | - |
| YUV | 153.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 147 | 0 | 0.39 | 0.29 | 0.19 | 345 | 0.45 | 0.65 |
| Hex | CF | 7F | 93 | 0 | 27 | 1D | 13 | 159 | 2D | 41 |
| Octal | 317 | 177 | 223 | 0 | 47 | 35 | 23 | 531 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10010011 | 0 | 100111 | 11101 | 10011 | 101011001 | 101101 | 1000001 |
Color Harmonies of #CF7F93
Complementary color
Monochromatic Colors of #CF7F93
Black with #CF7F93
Text Example
Text Example
White with #CF7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F93; }
p { color: rgb(207,127,147); }
H1.HeaderClassName
{
color: #CF7F93;
}
.AnyTagClassName
{
color: #CF7F93;
}
</style>
background-color css
<style>
a { background-color: #CF7F93; }
a { background-color: rgb(207,127,147); }
div.DivClassName
{
background-color: #CF7F93;
}
.BgClassName
{
background-color: #CF7F93;
}
</style>
border-color css
<style>
span { border-color: #CF7F93; }
span { border-color: rgb(207,127,147); }
td.TdClassName
{
border-color: #CF7F93;
}
.TagClassName
{
border-color: #CF7F93;
}
</style>