Shades of Puce #CF848D
Tints of Puce #CF848D
RGB
CMYK
RGB Variations
Color information
#CF848D (or 0xCF848D) is known color: Puce. HEX triplet: CF, 84 and 8D. RGB value is (207,132,141). Sum of RGB (Red+Green+Blue) = 207+132+141=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848D is #307B72. Grayscale: #9B9B9B. Windows color (decimal): -3177331 or 9274575. OLE color: 9274575.
HSL color Cylindrical-coordinate representation of color #CF848D: hue angle of 352.8º 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 #CF848D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 141 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.19 |
| HSL | 352.8º | 0.44% | 0.66% | - |
| HSV(B) | 352.8º | 0.36% | 0.81% | - |
| XYZ | 38.79 | 31.69 | 29.27 | - |
| YUV | 155.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 141 | 0 | 0.36 | 0.32 | 0.19 | 352.8 | 0.44 | 0.66 |
| Hex | CF | 84 | 8D | 0 | 24 | 20 | 13 | 161 | 2C | 42 |
| Octal | 317 | 204 | 215 | 0 | 44 | 40 | 23 | 541 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10001101 | 0 | 100100 | 100000 | 10011 | 101100001 | 101100 | 1000010 |
Color Harmonies of #CF848D
Complementary color
Monochromatic Colors of #CF848D
Black with #CF848D
Text Example
Text Example
White with #CF848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF848D; }
p { color: rgb(207,132,141); }
H1.HeaderClassName
{
color: #CF848D;
}
.AnyTagClassName
{
color: #CF848D;
}
</style>
background-color css
<style>
a { background-color: #CF848D; }
a { background-color: rgb(207,132,141); }
div.DivClassName
{
background-color: #CF848D;
}
.BgClassName
{
background-color: #CF848D;
}
</style>
border-color css
<style>
span { border-color: #CF848D; }
span { border-color: rgb(207,132,141); }
td.TdClassName
{
border-color: #CF848D;
}
.TagClassName
{
border-color: #CF848D;
}
</style>