Shades of Puce #CF858D
Tints of Puce #CF858D
RGB
CMYK
RGB Variations
Color information
#CF858D (or 0xCF858D) is known color: Puce. HEX triplet: CF, 85 and 8D. RGB value is (207,133,141). Sum of RGB (Red+Green+Blue) = 207+133+141=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858D is #307A72. Grayscale: #9C9C9C. Windows color (decimal): -3177075 or 9274831. OLE color: 9274831.
HSL color Cylindrical-coordinate representation of color #CF858D: hue angle of 353.51º 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 #CF858D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 141 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.19 |
| HSL | 353.51º | 0.44% | 0.67% | - |
| HSV(B) | 353.51º | 0.36% | 0.81% | - |
| XYZ | 38.93 | 31.96 | 29.32 | - |
| YUV | 156.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 141 | 0 | 0.36 | 0.32 | 0.19 | 353.51 | 0.44 | 0.67 |
| Hex | CF | 85 | 8D | 0 | 24 | 20 | 13 | 162 | 2C | 43 |
| Octal | 317 | 205 | 215 | 0 | 44 | 40 | 23 | 542 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10001101 | 0 | 100100 | 100000 | 10011 | 101100010 | 101100 | 1000011 |
Color Harmonies of #CF858D
Complementary color
Monochromatic Colors of #CF858D
Black with #CF858D
Text Example
Text Example
White with #CF858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF858D; }
p { color: rgb(207,133,141); }
H1.HeaderClassName
{
color: #CF858D;
}
.AnyTagClassName
{
color: #CF858D;
}
</style>
background-color css
<style>
a { background-color: #CF858D; }
a { background-color: rgb(207,133,141); }
div.DivClassName
{
background-color: #CF858D;
}
.BgClassName
{
background-color: #CF858D;
}
</style>
border-color css
<style>
span { border-color: #CF858D; }
span { border-color: rgb(207,133,141); }
td.TdClassName
{
border-color: #CF858D;
}
.TagClassName
{
border-color: #CF858D;
}
</style>