Shades of Puce #CF859B
Tints of Puce #CF859B
RGB
CMYK
RGB Variations
Color information
#CF859B (or 0xCF859B) is known color: Puce. HEX triplet: CF, 85 and 9B. RGB value is (207,133,155). Sum of RGB (Red+Green+Blue) = 207+133+155=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859B is #307A64. Grayscale: #9D9D9D. Windows color (decimal): -3177061 or 10192335. OLE color: 10192335.
HSL color Cylindrical-coordinate representation of color #CF859B: hue angle of 342.16º 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 #CF859B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 155 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.19 |
| HSL | 342.16º | 0.44% | 0.67% | - |
| HSV(B) | 342.16º | 0.36% | 0.81% | - |
| XYZ | 40.04 | 32.41 | 35.16 | - |
| YUV | 157.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 155 | 0 | 0.36 | 0.25 | 0.19 | 342.16 | 0.44 | 0.67 |
| Hex | CF | 85 | 9B | 0 | 24 | 19 | 13 | 156 | 2C | 43 |
| Octal | 317 | 205 | 233 | 0 | 44 | 31 | 23 | 526 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10011011 | 0 | 100100 | 11001 | 10011 | 101010110 | 101100 | 1000011 |
Color Harmonies of #CF859B
Complementary color
Monochromatic Colors of #CF859B
Black with #CF859B
Text Example
Text Example
White with #CF859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF859B; }
p { color: rgb(207,133,155); }
H1.HeaderClassName
{
color: #CF859B;
}
.AnyTagClassName
{
color: #CF859B;
}
</style>
background-color css
<style>
a { background-color: #CF859B; }
a { background-color: rgb(207,133,155); }
div.DivClassName
{
background-color: #CF859B;
}
.BgClassName
{
background-color: #CF859B;
}
</style>
border-color css
<style>
span { border-color: #CF859B; }
span { border-color: rgb(207,133,155); }
td.TdClassName
{
border-color: #CF859B;
}
.TagClassName
{
border-color: #CF859B;
}
</style>