Shades of Puce #CF859E
Tints of Puce #CF859E
RGB
CMYK
RGB Variations
Color information
#CF859E (or 0xCF859E) is known color: Puce. HEX triplet: CF, 85 and 9E. RGB value is (207,133,158). Sum of RGB (Red+Green+Blue) = 207+133+158=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859E is #307A61. Grayscale: #9D9D9D. Windows color (decimal): -3177058 or 10388943. OLE color: 10388943.
HSL color Cylindrical-coordinate representation of color #CF859E: hue angle of 339.73º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF859E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 158 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.19 |
| HSL | 339.73º | 0.44% | 0.67% | - |
| HSV(B) | 339.73º | 0.36% | 0.81% | - |
| XYZ | 40.29 | 32.51 | 36.5 | - |
| YUV | 157.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 158 | 0 | 0.36 | 0.24 | 0.19 | 339.73 | 0.44 | 0.67 |
| Hex | CF | 85 | 9E | 0 | 24 | 18 | 13 | 154 | 2C | 43 |
| Octal | 317 | 205 | 236 | 0 | 44 | 30 | 23 | 524 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10011110 | 0 | 100100 | 11000 | 10011 | 101010100 | 101100 | 1000011 |
Color Harmonies of #CF859E
Complementary color
Monochromatic Colors of #CF859E
Black with #CF859E
Text Example
Text Example
White with #CF859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF859E; }
p { color: rgb(207,133,158); }
H1.HeaderClassName
{
color: #CF859E;
}
.AnyTagClassName
{
color: #CF859E;
}
</style>
background-color css
<style>
a { background-color: #CF859E; }
a { background-color: rgb(207,133,158); }
div.DivClassName
{
background-color: #CF859E;
}
.BgClassName
{
background-color: #CF859E;
}
</style>
border-color css
<style>
span { border-color: #CF859E; }
span { border-color: rgb(207,133,158); }
td.TdClassName
{
border-color: #CF859E;
}
.TagClassName
{
border-color: #CF859E;
}
</style>