Shades of Puce #CF898B
Tints of Puce #CF898B
RGB
CMYK
RGB Variations
Color information
#CF898B (or 0xCF898B) is known color: Puce. HEX triplet: CF, 89 and 8B. RGB value is (207,137,139). Sum of RGB (Red+Green+Blue) = 207+137+139=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898B is #307674. Grayscale: #9E9E9E. Windows color (decimal): -3176053 or 9144783. OLE color: 9144783.
HSL color Cylindrical-coordinate representation of color #CF898B: hue angle of 358.29º 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 #CF898B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 139 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.19 |
| HSL | 358.29º | 0.42% | 0.67% | - |
| HSV(B) | 358.29º | 0.34% | 0.81% | - |
| XYZ | 39.34 | 33.02 | 28.73 | - |
| YUV | 158.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 139 | 0 | 0.34 | 0.33 | 0.19 | 358.29 | 0.42 | 0.67 |
| Hex | CF | 89 | 8B | 0 | 22 | 21 | 13 | 166 | 2A | 43 |
| Octal | 317 | 211 | 213 | 0 | 42 | 41 | 23 | 546 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10001011 | 0 | 100010 | 100001 | 10011 | 101100110 | 101010 | 1000011 |
Color Harmonies of #CF898B
Complementary color
Monochromatic Colors of #CF898B
Black with #CF898B
Text Example
Text Example
White with #CF898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF898B; }
p { color: rgb(207,137,139); }
H1.HeaderClassName
{
color: #CF898B;
}
.AnyTagClassName
{
color: #CF898B;
}
</style>
background-color css
<style>
a { background-color: #CF898B; }
a { background-color: rgb(207,137,139); }
div.DivClassName
{
background-color: #CF898B;
}
.BgClassName
{
background-color: #CF898B;
}
</style>
border-color css
<style>
span { border-color: #CF898B; }
span { border-color: rgb(207,137,139); }
td.TdClassName
{
border-color: #CF898B;
}
.TagClassName
{
border-color: #CF898B;
}
</style>