Shades of Puce #CF898D
Tints of Puce #CF898D
RGB
CMYK
RGB Variations
Color information
#CF898D (or 0xCF898D) is known color: Puce. HEX triplet: CF, 89 and 8D. RGB value is (207,137,141). Sum of RGB (Red+Green+Blue) = 207+137+141=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898D is #307672. Grayscale: #9E9E9E. Windows color (decimal): -3176051 or 9275855. OLE color: 9275855.
HSL color Cylindrical-coordinate representation of color #CF898D: hue angle of 356.57º 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 #CF898D is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 141 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.19 |
| HSL | 356.57º | 0.42% | 0.67% | - |
| HSV(B) | 356.57º | 0.34% | 0.81% | - |
| XYZ | 39.49 | 33.08 | 29.5 | - |
| YUV | 158.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 141 | 0 | 0.34 | 0.32 | 0.19 | 356.57 | 0.42 | 0.67 |
| Hex | CF | 89 | 8D | 0 | 22 | 20 | 13 | 165 | 2A | 43 |
| Octal | 317 | 211 | 215 | 0 | 42 | 40 | 23 | 545 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10001101 | 0 | 100010 | 100000 | 10011 | 101100101 | 101010 | 1000011 |
Color Harmonies of #CF898D
Complementary color
Monochromatic Colors of #CF898D
Black with #CF898D
Text Example
Text Example
White with #CF898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF898D; }
p { color: rgb(207,137,141); }
H1.HeaderClassName
{
color: #CF898D;
}
.AnyTagClassName
{
color: #CF898D;
}
</style>
background-color css
<style>
a { background-color: #CF898D; }
a { background-color: rgb(207,137,141); }
div.DivClassName
{
background-color: #CF898D;
}
.BgClassName
{
background-color: #CF898D;
}
</style>
border-color css
<style>
span { border-color: #CF898D; }
span { border-color: rgb(207,137,141); }
td.TdClassName
{
border-color: #CF898D;
}
.TagClassName
{
border-color: #CF898D;
}
</style>