Shades of Puce #CF8687
Tints of Puce #CF8687
RGB
CMYK
RGB Variations
Color information
#CF8687 (or 0xCF8687) is known color: Puce. HEX triplet: CF, 86 and 87. RGB value is (207,134,135). Sum of RGB (Red+Green+Blue) = 207+134+135=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8687 is #307978. Grayscale: #9C9C9C. Windows color (decimal): -3176825 or 8881871. OLE color: 8881871.
HSL color Cylindrical-coordinate representation of color #CF8687: hue angle of 359.18º 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 #CF8687 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 135 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.19 |
| HSL | 359.18º | 0.43% | 0.67% | - |
| HSV(B) | 359.18º | 0.35% | 0.81% | - |
| XYZ | 38.63 | 32.06 | 27.07 | - |
| YUV | 155.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 135 | 0 | 0.35 | 0.35 | 0.19 | 359.18 | 0.43 | 0.67 |
| Hex | CF | 86 | 87 | 0 | 23 | 23 | 13 | 167 | 2B | 43 |
| Octal | 317 | 206 | 207 | 0 | 43 | 43 | 23 | 547 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10000111 | 0 | 100011 | 100011 | 10011 | 101100111 | 101011 | 1000011 |
Color Harmonies of #CF8687
Complementary color
Monochromatic Colors of #CF8687
Black with #CF8687
Text Example
Text Example
White with #CF8687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8687; }
p { color: rgb(207,134,135); }
H1.HeaderClassName
{
color: #CF8687;
}
.AnyTagClassName
{
color: #CF8687;
}
</style>
background-color css
<style>
a { background-color: #CF8687; }
a { background-color: rgb(207,134,135); }
div.DivClassName
{
background-color: #CF8687;
}
.BgClassName
{
background-color: #CF8687;
}
</style>
border-color css
<style>
span { border-color: #CF8687; }
span { border-color: rgb(207,134,135); }
td.TdClassName
{
border-color: #CF8687;
}
.TagClassName
{
border-color: #CF8687;
}
</style>