Shades of Puce #CF8191
Tints of Puce #CF8191
RGB
CMYK
RGB Variations
Color information
#CF8191 (or 0xCF8191) is known color: Puce. HEX triplet: CF, 81 and 91. RGB value is (207,129,145). Sum of RGB (Red+Green+Blue) = 207+129+145=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8191 is #307E6E. Grayscale: #9A9A9A. Windows color (decimal): -3178095 or 9535951. OLE color: 9535951.
HSL color Cylindrical-coordinate representation of color #CF8191: hue angle of 347.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8191 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 145 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.19 |
| HSL | 347.69º | 0.45% | 0.66% | - |
| HSV(B) | 347.69º | 0.38% | 0.81% | - |
| XYZ | 38.69 | 31.01 | 30.73 | - |
| YUV | 154.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 145 | 0 | 0.38 | 0.30 | 0.19 | 347.69 | 0.45 | 0.66 |
| Hex | CF | 81 | 91 | 0 | 26 | 1E | 13 | 15C | 2D | 42 |
| Octal | 317 | 201 | 221 | 0 | 46 | 36 | 23 | 534 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10010001 | 0 | 100110 | 11110 | 10011 | 101011100 | 101101 | 1000010 |
Color Harmonies of #CF8191
Complementary color
Monochromatic Colors of #CF8191
Black with #CF8191
Text Example
Text Example
White with #CF8191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8191; }
p { color: rgb(207,129,145); }
H1.HeaderClassName
{
color: #CF8191;
}
.AnyTagClassName
{
color: #CF8191;
}
</style>
background-color css
<style>
a { background-color: #CF8191; }
a { background-color: rgb(207,129,145); }
div.DivClassName
{
background-color: #CF8191;
}
.BgClassName
{
background-color: #CF8191;
}
</style>
border-color css
<style>
span { border-color: #CF8191; }
span { border-color: rgb(207,129,145); }
td.TdClassName
{
border-color: #CF8191;
}
.TagClassName
{
border-color: #CF8191;
}
</style>