Shades of Puce #CF849E
Tints of Puce #CF849E
RGB
CMYK
RGB Variations
Color information
#CF849E (or 0xCF849E) is known color: Puce. HEX triplet: CF, 84 and 9E. RGB value is (207,132,158). Sum of RGB (Red+Green+Blue) = 207+132+158=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF849E is #307B61. Grayscale: #9D9D9D. Windows color (decimal): -3177314 or 10388687. OLE color: 10388687.
HSL color Cylindrical-coordinate representation of color #CF849E: hue angle of 339.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF849E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 158 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.19 |
| HSL | 339.2º | 0.44% | 0.66% | - |
| HSV(B) | 339.2º | 0.36% | 0.81% | - |
| XYZ | 40.15 | 32.24 | 36.45 | - |
| YUV | 157.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 158 | 0 | 0.36 | 0.24 | 0.19 | 339.2 | 0.44 | 0.66 |
| Hex | CF | 84 | 9E | 0 | 24 | 18 | 13 | 153 | 2C | 42 |
| Octal | 317 | 204 | 236 | 0 | 44 | 30 | 23 | 523 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10011110 | 0 | 100100 | 11000 | 10011 | 101010011 | 101100 | 1000010 |
Color Harmonies of #CF849E
Complementary color
Monochromatic Colors of #CF849E
Black with #CF849E
Text Example
Text Example
White with #CF849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF849E; }
p { color: rgb(207,132,158); }
H1.HeaderClassName
{
color: #CF849E;
}
.AnyTagClassName
{
color: #CF849E;
}
</style>
background-color css
<style>
a { background-color: #CF849E; }
a { background-color: rgb(207,132,158); }
div.DivClassName
{
background-color: #CF849E;
}
.BgClassName
{
background-color: #CF849E;
}
</style>
border-color css
<style>
span { border-color: #CF849E; }
span { border-color: rgb(207,132,158); }
td.TdClassName
{
border-color: #CF849E;
}
.TagClassName
{
border-color: #CF849E;
}
</style>