Shades of Puce #CF868B
Tints of Puce #CF868B
RGB
CMYK
RGB Variations
Color information
#CF868B (or 0xCF868B) is known color: Puce. HEX triplet: CF, 86 and 8B. RGB value is (207,134,139). Sum of RGB (Red+Green+Blue) = 207+134+139=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868B is #307974. Grayscale: #9C9C9C. Windows color (decimal): -3176821 or 9144015. OLE color: 9144015.
HSL color Cylindrical-coordinate representation of color #CF868B: hue angle of 355.89º 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 #CF868B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 139 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.19 |
| HSL | 355.89º | 0.43% | 0.67% | - |
| HSV(B) | 355.89º | 0.35% | 0.81% | - |
| XYZ | 38.92 | 32.18 | 28.59 | - |
| YUV | 156.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 139 | 0 | 0.35 | 0.33 | 0.19 | 355.89 | 0.43 | 0.67 |
| Hex | CF | 86 | 8B | 0 | 23 | 21 | 13 | 164 | 2B | 43 |
| Octal | 317 | 206 | 213 | 0 | 43 | 41 | 23 | 544 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10001011 | 0 | 100011 | 100001 | 10011 | 101100100 | 101011 | 1000011 |
Color Harmonies of #CF868B
Complementary color
Monochromatic Colors of #CF868B
Black with #CF868B
Text Example
Text Example
White with #CF868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF868B; }
p { color: rgb(207,134,139); }
H1.HeaderClassName
{
color: #CF868B;
}
.AnyTagClassName
{
color: #CF868B;
}
</style>
background-color css
<style>
a { background-color: #CF868B; }
a { background-color: rgb(207,134,139); }
div.DivClassName
{
background-color: #CF868B;
}
.BgClassName
{
background-color: #CF868B;
}
</style>
border-color css
<style>
span { border-color: #CF868B; }
span { border-color: rgb(207,134,139); }
td.TdClassName
{
border-color: #CF868B;
}
.TagClassName
{
border-color: #CF868B;
}
</style>