Shades of Puce #CF849B
Tints of Puce #CF849B
RGB
CMYK
RGB Variations
Color information
#CF849B (or 0xCF849B) is known color: Puce. HEX triplet: CF, 84 and 9B. RGB value is (207,132,155). Sum of RGB (Red+Green+Blue) = 207+132+155=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF849B is #307B64. Grayscale: #9D9D9D. Windows color (decimal): -3177317 or 10192079. OLE color: 10192079.
HSL color Cylindrical-coordinate representation of color #CF849B: hue angle of 341.6º 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 #CF849B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 155 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.19 |
| HSL | 341.6º | 0.44% | 0.66% | - |
| HSV(B) | 341.6º | 0.36% | 0.81% | - |
| XYZ | 39.9 | 32.13 | 35.11 | - |
| YUV | 157.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 155 | 0 | 0.36 | 0.25 | 0.19 | 341.6 | 0.44 | 0.66 |
| Hex | CF | 84 | 9B | 0 | 24 | 19 | 13 | 156 | 2C | 42 |
| Octal | 317 | 204 | 233 | 0 | 44 | 31 | 23 | 526 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10011011 | 0 | 100100 | 11001 | 10011 | 101010110 | 101100 | 1000010 |
Color Harmonies of #CF849B
Complementary color
Monochromatic Colors of #CF849B
Black with #CF849B
Text Example
Text Example
White with #CF849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF849B; }
p { color: rgb(207,132,155); }
H1.HeaderClassName
{
color: #CF849B;
}
.AnyTagClassName
{
color: #CF849B;
}
</style>
background-color css
<style>
a { background-color: #CF849B; }
a { background-color: rgb(207,132,155); }
div.DivClassName
{
background-color: #CF849B;
}
.BgClassName
{
background-color: #CF849B;
}
</style>
border-color css
<style>
span { border-color: #CF849B; }
span { border-color: rgb(207,132,155); }
td.TdClassName
{
border-color: #CF849B;
}
.TagClassName
{
border-color: #CF849B;
}
</style>