Shades of Puce #CF8791
Tints of Puce #CF8791
RGB
CMYK
RGB Variations
Color information
#CF8791 (or 0xCF8791) is known color: Puce. HEX triplet: CF, 87 and 91. RGB value is (207,135,145). Sum of RGB (Red+Green+Blue) = 207+135+145=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8791 is #30786E. Grayscale: #9D9D9D. Windows color (decimal): -3176559 or 9537487. OLE color: 9537487.
HSL color Cylindrical-coordinate representation of color #CF8791: hue angle of 351.67º 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 #CF8791 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 145 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.19 |
| HSL | 351.67º | 0.43% | 0.67% | - |
| HSV(B) | 351.67º | 0.35% | 0.81% | - |
| XYZ | 39.51 | 32.64 | 31.01 | - |
| YUV | 157.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 145 | 0 | 0.35 | 0.30 | 0.19 | 351.67 | 0.43 | 0.67 |
| Hex | CF | 87 | 91 | 0 | 23 | 1E | 13 | 160 | 2B | 43 |
| Octal | 317 | 207 | 221 | 0 | 43 | 36 | 23 | 540 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10010001 | 0 | 100011 | 11110 | 10011 | 101100000 | 101011 | 1000011 |
Color Harmonies of #CF8791
Complementary color
Monochromatic Colors of #CF8791
Black with #CF8791
Text Example
Text Example
White with #CF8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8791; }
p { color: rgb(207,135,145); }
H1.HeaderClassName
{
color: #CF8791;
}
.AnyTagClassName
{
color: #CF8791;
}
</style>
background-color css
<style>
a { background-color: #CF8791; }
a { background-color: rgb(207,135,145); }
div.DivClassName
{
background-color: #CF8791;
}
.BgClassName
{
background-color: #CF8791;
}
</style>
border-color css
<style>
span { border-color: #CF8791; }
span { border-color: rgb(207,135,145); }
td.TdClassName
{
border-color: #CF8791;
}
.TagClassName
{
border-color: #CF8791;
}
</style>