Shades of Puce #CF868F
Tints of Puce #CF868F
RGB
CMYK
RGB Variations
Color information
#CF868F (or 0xCF868F) is known color: Puce. HEX triplet: CF, 86 and 8F. RGB value is (207,134,143). Sum of RGB (Red+Green+Blue) = 207+134+143=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868F is #307970. Grayscale: #9C9C9C. Windows color (decimal): -3176817 or 9406159. OLE color: 9406159.
HSL color Cylindrical-coordinate representation of color #CF868F: hue angle of 352.6º 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 #CF868F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 143 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.19 |
| HSL | 352.6º | 0.43% | 0.67% | - |
| HSV(B) | 352.6º | 0.35% | 0.81% | - |
| XYZ | 39.22 | 32.3 | 30.15 | - |
| YUV | 156.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 143 | 0 | 0.35 | 0.31 | 0.19 | 352.6 | 0.43 | 0.67 |
| Hex | CF | 86 | 8F | 0 | 23 | 1F | 13 | 161 | 2B | 43 |
| Octal | 317 | 206 | 217 | 0 | 43 | 37 | 23 | 541 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10001111 | 0 | 100011 | 11111 | 10011 | 101100001 | 101011 | 1000011 |
Color Harmonies of #CF868F
Complementary color
Monochromatic Colors of #CF868F
Black with #CF868F
Text Example
Text Example
White with #CF868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF868F; }
p { color: rgb(207,134,143); }
H1.HeaderClassName
{
color: #CF868F;
}
.AnyTagClassName
{
color: #CF868F;
}
</style>
background-color css
<style>
a { background-color: #CF868F; }
a { background-color: rgb(207,134,143); }
div.DivClassName
{
background-color: #CF868F;
}
.BgClassName
{
background-color: #CF868F;
}
</style>
border-color css
<style>
span { border-color: #CF868F; }
span { border-color: rgb(207,134,143); }
td.TdClassName
{
border-color: #CF868F;
}
.TagClassName
{
border-color: #CF868F;
}
</style>