Shades of Puce #CF859D
Tints of Puce #CF859D
RGB
CMYK
RGB Variations
Color information
#CF859D (or 0xCF859D) is known color: Puce. HEX triplet: CF, 85 and 9D. RGB value is (207,133,157). Sum of RGB (Red+Green+Blue) = 207+133+157=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859D is #307A62. Grayscale: #9D9D9D. Windows color (decimal): -3177059 or 10323407. OLE color: 10323407.
HSL color Cylindrical-coordinate representation of color #CF859D: hue angle of 340.54º 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 #CF859D is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 157 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.19 |
| HSL | 340.54º | 0.44% | 0.67% | - |
| HSV(B) | 340.54º | 0.36% | 0.81% | - |
| XYZ | 40.21 | 32.47 | 36.05 | - |
| YUV | 157.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 157 | 0 | 0.36 | 0.24 | 0.19 | 340.54 | 0.44 | 0.67 |
| Hex | CF | 85 | 9D | 0 | 24 | 18 | 13 | 155 | 2C | 43 |
| Octal | 317 | 205 | 235 | 0 | 44 | 30 | 23 | 525 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10011101 | 0 | 100100 | 11000 | 10011 | 101010101 | 101100 | 1000011 |
Color Harmonies of #CF859D
Complementary color
Monochromatic Colors of #CF859D
Black with #CF859D
Text Example
Text Example
White with #CF859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF859D; }
p { color: rgb(207,133,157); }
H1.HeaderClassName
{
color: #CF859D;
}
.AnyTagClassName
{
color: #CF859D;
}
</style>
background-color css
<style>
a { background-color: #CF859D; }
a { background-color: rgb(207,133,157); }
div.DivClassName
{
background-color: #CF859D;
}
.BgClassName
{
background-color: #CF859D;
}
</style>
border-color css
<style>
span { border-color: #CF859D; }
span { border-color: rgb(207,133,157); }
td.TdClassName
{
border-color: #CF859D;
}
.TagClassName
{
border-color: #CF859D;
}
</style>