Shades of Puce #CF898F
Tints of Puce #CF898F
RGB
CMYK
RGB Variations
Color information
#CF898F (or 0xCF898F) is known color: Puce. HEX triplet: CF, 89 and 8F. RGB value is (207,137,143). Sum of RGB (Red+Green+Blue) = 207+137+143=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898F is #307670. Grayscale: #9E9E9E. Windows color (decimal): -3176049 or 9406927. OLE color: 9406927.
HSL color Cylindrical-coordinate representation of color #CF898F: hue angle of 354.86º 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 #CF898F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 143 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.19 |
| HSL | 354.86º | 0.42% | 0.67% | - |
| HSV(B) | 354.86º | 0.34% | 0.81% | - |
| XYZ | 39.64 | 33.14 | 30.29 | - |
| YUV | 158.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 143 | 0 | 0.34 | 0.31 | 0.19 | 354.86 | 0.42 | 0.67 |
| Hex | CF | 89 | 8F | 0 | 22 | 1F | 13 | 163 | 2A | 43 |
| Octal | 317 | 211 | 217 | 0 | 42 | 37 | 23 | 543 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10001111 | 0 | 100010 | 11111 | 10011 | 101100011 | 101010 | 1000011 |
Color Harmonies of #CF898F
Complementary color
Monochromatic Colors of #CF898F
Black with #CF898F
Text Example
Text Example
White with #CF898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF898F; }
p { color: rgb(207,137,143); }
H1.HeaderClassName
{
color: #CF898F;
}
.AnyTagClassName
{
color: #CF898F;
}
</style>
background-color css
<style>
a { background-color: #CF898F; }
a { background-color: rgb(207,137,143); }
div.DivClassName
{
background-color: #CF898F;
}
.BgClassName
{
background-color: #CF898F;
}
</style>
border-color css
<style>
span { border-color: #CF898F; }
span { border-color: rgb(207,137,143); }
td.TdClassName
{
border-color: #CF898F;
}
.TagClassName
{
border-color: #CF898F;
}
</style>