Shades of Puce #CF868E
Tints of Puce #CF868E
RGB
CMYK
RGB Variations
Color information
#CF868E (or 0xCF868E) is known color: Puce. HEX triplet: CF, 86 and 8E. RGB value is (207,134,142). Sum of RGB (Red+Green+Blue) = 207+134+142=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868E is #307971. Grayscale: #9C9C9C. Windows color (decimal): -3176818 or 9340623. OLE color: 9340623.
HSL color Cylindrical-coordinate representation of color #CF868E: hue angle of 353.42º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF868E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 142 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.19 |
| HSL | 353.42º | 0.43% | 0.67% | - |
| HSV(B) | 353.42º | 0.35% | 0.81% | - |
| XYZ | 39.14 | 32.27 | 29.76 | - |
| YUV | 156.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 142 | 0 | 0.35 | 0.31 | 0.19 | 353.42 | 0.43 | 0.67 |
| Hex | CF | 86 | 8E | 0 | 23 | 1F | 13 | 161 | 2B | 43 |
| Octal | 317 | 206 | 216 | 0 | 43 | 37 | 23 | 541 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10001110 | 0 | 100011 | 11111 | 10011 | 101100001 | 101011 | 1000011 |
Color Harmonies of #CF868E
Complementary color
Monochromatic Colors of #CF868E
Black with #CF868E
Text Example
Text Example
White with #CF868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF868E; }
p { color: rgb(207,134,142); }
H1.HeaderClassName
{
color: #CF868E;
}
.AnyTagClassName
{
color: #CF868E;
}
</style>
background-color css
<style>
a { background-color: #CF868E; }
a { background-color: rgb(207,134,142); }
div.DivClassName
{
background-color: #CF868E;
}
.BgClassName
{
background-color: #CF868E;
}
</style>
border-color css
<style>
span { border-color: #CF868E; }
span { border-color: rgb(207,134,142); }
td.TdClassName
{
border-color: #CF868E;
}
.TagClassName
{
border-color: #CF868E;
}
</style>