Shades of Puce #CF8788
Tints of Puce #CF8788
RGB
CMYK
RGB Variations
Color information
#CF8788 (or 0xCF8788) is known color: Puce. HEX triplet: CF, 87 and 88. RGB value is (207,135,136). Sum of RGB (Red+Green+Blue) = 207+135+136=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8788 is #307877. Grayscale: #9C9C9C. Windows color (decimal): -3176568 or 8947663. OLE color: 8947663.
HSL color Cylindrical-coordinate representation of color #CF8788: hue angle of 359.17º 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 #CF8788 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 136 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.19 |
| HSL | 359.17º | 0.43% | 0.67% | - |
| HSV(B) | 359.17º | 0.35% | 0.81% | - |
| XYZ | 38.84 | 32.37 | 27.49 | - |
| YUV | 156.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 136 | 0 | 0.35 | 0.34 | 0.19 | 359.17 | 0.43 | 0.67 |
| Hex | CF | 87 | 88 | 0 | 23 | 22 | 13 | 167 | 2B | 43 |
| Octal | 317 | 207 | 210 | 0 | 43 | 42 | 23 | 547 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10001000 | 0 | 100011 | 100010 | 10011 | 101100111 | 101011 | 1000011 |
Color Harmonies of #CF8788
Complementary color
Monochromatic Colors of #CF8788
Black with #CF8788
Text Example
Text Example
White with #CF8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8788; }
p { color: rgb(207,135,136); }
H1.HeaderClassName
{
color: #CF8788;
}
.AnyTagClassName
{
color: #CF8788;
}
</style>
background-color css
<style>
a { background-color: #CF8788; }
a { background-color: rgb(207,135,136); }
div.DivClassName
{
background-color: #CF8788;
}
.BgClassName
{
background-color: #CF8788;
}
</style>
border-color css
<style>
span { border-color: #CF8788; }
span { border-color: rgb(207,135,136); }
td.TdClassName
{
border-color: #CF8788;
}
.TagClassName
{
border-color: #CF8788;
}
</style>