Shades of Puce #CF8696
Tints of Puce #CF8696
RGB
CMYK
RGB Variations
Color information
#CF8696 (or 0xCF8696) is known color: Puce. HEX triplet: CF, 86 and 96. RGB value is (207,134,150). Sum of RGB (Red+Green+Blue) = 207+134+150=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8696 is #307969. Grayscale: #9D9D9D. Windows color (decimal): -3176810 or 9864911. OLE color: 9864911.
HSL color Cylindrical-coordinate representation of color #CF8696: hue angle of 346.85º 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 #CF8696 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 150 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.19 |
| HSL | 346.85º | 0.43% | 0.67% | - |
| HSV(B) | 346.85º | 0.35% | 0.81% | - |
| XYZ | 39.76 | 32.52 | 33.03 | - |
| YUV | 157.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 150 | 0 | 0.35 | 0.28 | 0.19 | 346.85 | 0.43 | 0.67 |
| Hex | CF | 86 | 96 | 0 | 23 | 1C | 13 | 15B | 2B | 43 |
| Octal | 317 | 206 | 226 | 0 | 43 | 34 | 23 | 533 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10010110 | 0 | 100011 | 11100 | 10011 | 101011011 | 101011 | 1000011 |
Color Harmonies of #CF8696
Complementary color
Monochromatic Colors of #CF8696
Black with #CF8696
Text Example
Text Example
White with #CF8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8696; }
p { color: rgb(207,134,150); }
H1.HeaderClassName
{
color: #CF8696;
}
.AnyTagClassName
{
color: #CF8696;
}
</style>
background-color css
<style>
a { background-color: #CF8696; }
a { background-color: rgb(207,134,150); }
div.DivClassName
{
background-color: #CF8696;
}
.BgClassName
{
background-color: #CF8696;
}
</style>
border-color css
<style>
span { border-color: #CF8696; }
span { border-color: rgb(207,134,150); }
td.TdClassName
{
border-color: #CF8696;
}
.TagClassName
{
border-color: #CF8696;
}
</style>