Shades of Puce #CF898C
Tints of Puce #CF898C
RGB
CMYK
RGB Variations
Color information
#CF898C (or 0xCF898C) is known color: Puce. HEX triplet: CF, 89 and 8C. RGB value is (207,137,140). Sum of RGB (Red+Green+Blue) = 207+137+140=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898C is #307673. Grayscale: #9E9E9E. Windows color (decimal): -3176052 or 9210319. OLE color: 9210319.
HSL color Cylindrical-coordinate representation of color #CF898C: hue angle of 357.43º 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 #CF898C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 140 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.19 |
| HSL | 357.43º | 0.42% | 0.67% | - |
| HSV(B) | 357.43º | 0.34% | 0.81% | - |
| XYZ | 39.41 | 33.05 | 29.11 | - |
| YUV | 158.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 140 | 0 | 0.34 | 0.32 | 0.19 | 357.43 | 0.42 | 0.67 |
| Hex | CF | 89 | 8C | 0 | 22 | 20 | 13 | 165 | 2A | 43 |
| Octal | 317 | 211 | 214 | 0 | 42 | 40 | 23 | 545 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10001100 | 0 | 100010 | 100000 | 10011 | 101100101 | 101010 | 1000011 |
Color Harmonies of #CF898C
Complementary color
Monochromatic Colors of #CF898C
Black with #CF898C
Text Example
Text Example
White with #CF898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF898C; }
p { color: rgb(207,137,140); }
H1.HeaderClassName
{
color: #CF898C;
}
.AnyTagClassName
{
color: #CF898C;
}
</style>
background-color css
<style>
a { background-color: #CF898C; }
a { background-color: rgb(207,137,140); }
div.DivClassName
{
background-color: #CF898C;
}
.BgClassName
{
background-color: #CF898C;
}
</style>
border-color css
<style>
span { border-color: #CF898C; }
span { border-color: rgb(207,137,140); }
td.TdClassName
{
border-color: #CF898C;
}
.TagClassName
{
border-color: #CF898C;
}
</style>