Shades of Puce #CF858E
Tints of Puce #CF858E
RGB
CMYK
RGB Variations
Color information
#CF858E (or 0xCF858E) is known color: Puce. HEX triplet: CF, 85 and 8E. RGB value is (207,133,142). Sum of RGB (Red+Green+Blue) = 207+133+142=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858E is #307A71. Grayscale: #9C9C9C. Windows color (decimal): -3177074 or 9340367. OLE color: 9340367.
HSL color Cylindrical-coordinate representation of color #CF858E: hue angle of 352.7º 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 #CF858E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 142 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.19 |
| HSL | 352.7º | 0.44% | 0.67% | - |
| HSV(B) | 352.7º | 0.36% | 0.81% | - |
| XYZ | 39 | 31.99 | 29.71 | - |
| YUV | 156.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 142 | 0 | 0.36 | 0.31 | 0.19 | 352.7 | 0.44 | 0.67 |
| Hex | CF | 85 | 8E | 0 | 24 | 1F | 13 | 161 | 2C | 43 |
| Octal | 317 | 205 | 216 | 0 | 44 | 37 | 23 | 541 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10001110 | 0 | 100100 | 11111 | 10011 | 101100001 | 101100 | 1000011 |
Color Harmonies of #CF858E
Complementary color
Monochromatic Colors of #CF858E
Black with #CF858E
Text Example
Text Example
White with #CF858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF858E; }
p { color: rgb(207,133,142); }
H1.HeaderClassName
{
color: #CF858E;
}
.AnyTagClassName
{
color: #CF858E;
}
</style>
background-color css
<style>
a { background-color: #CF858E; }
a { background-color: rgb(207,133,142); }
div.DivClassName
{
background-color: #CF858E;
}
.BgClassName
{
background-color: #CF858E;
}
</style>
border-color css
<style>
span { border-color: #CF858E; }
span { border-color: rgb(207,133,142); }
td.TdClassName
{
border-color: #CF858E;
}
.TagClassName
{
border-color: #CF858E;
}
</style>