Shades of Puce #CF898E
Tints of Puce #CF898E
RGB
CMYK
RGB Variations
Color information
#CF898E (or 0xCF898E) is known color: Puce. HEX triplet: CF, 89 and 8E. RGB value is (207,137,142). Sum of RGB (Red+Green+Blue) = 207+137+142=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898E is #307671. Grayscale: #9E9E9E. Windows color (decimal): -3176050 or 9341391. OLE color: 9341391.
HSL color Cylindrical-coordinate representation of color #CF898E: hue angle of 355.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF898E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 142 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.19 |
| HSL | 355.71º | 0.42% | 0.67% | - |
| HSV(B) | 355.71º | 0.34% | 0.81% | - |
| XYZ | 39.56 | 33.11 | 29.9 | - |
| YUV | 158.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 142 | 0 | 0.34 | 0.31 | 0.19 | 355.71 | 0.42 | 0.67 |
| Hex | CF | 89 | 8E | 0 | 22 | 1F | 13 | 164 | 2A | 43 |
| Octal | 317 | 211 | 216 | 0 | 42 | 37 | 23 | 544 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10001110 | 0 | 100010 | 11111 | 10011 | 101100100 | 101010 | 1000011 |
Color Harmonies of #CF898E
Complementary color
Monochromatic Colors of #CF898E
Black with #CF898E
Text Example
Text Example
White with #CF898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF898E; }
p { color: rgb(207,137,142); }
H1.HeaderClassName
{
color: #CF898E;
}
.AnyTagClassName
{
color: #CF898E;
}
</style>
background-color css
<style>
a { background-color: #CF898E; }
a { background-color: rgb(207,137,142); }
div.DivClassName
{
background-color: #CF898E;
}
.BgClassName
{
background-color: #CF898E;
}
</style>
border-color css
<style>
span { border-color: #CF898E; }
span { border-color: rgb(207,137,142); }
td.TdClassName
{
border-color: #CF898E;
}
.TagClassName
{
border-color: #CF898E;
}
</style>