Shades of Puce #CF8C8D
Tints of Puce #CF8C8D
RGB
CMYK
RGB Variations
Color information
#CF8C8D (or 0xCF8C8D) is known color: Puce. HEX triplet: CF, 8C and 8D. RGB value is (207,140,141). Sum of RGB (Red+Green+Blue) = 207+140+141=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8C8D is #307372. Grayscale: #A0A0A0. Windows color (decimal): -3175283 or 9276623. OLE color: 9276623.
HSL color Cylindrical-coordinate representation of color #CF8C8D: hue angle of 359.1º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8C8D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 141 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.19 |
| HSL | 359.1º | 0.41% | 0.68% | - |
| HSV(B) | 359.1º | 0.32% | 0.81% | - |
| XYZ | 39.92 | 33.94 | 29.65 | - |
| YUV | 160.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 141 | 0 | 0.32 | 0.32 | 0.19 | 359.1 | 0.41 | 0.68 |
| Hex | CF | 8C | 8D | 0 | 20 | 20 | 13 | 167 | 29 | 44 |
| Octal | 317 | 214 | 215 | 0 | 40 | 40 | 23 | 547 | 51 | 104 |
| Binary | 11001111 | 10001100 | 10001101 | 0 | 100000 | 100000 | 10011 | 101100111 | 101001 | 1000100 |
Color Harmonies of #CF8C8D
Complementary color
Monochromatic Colors of #CF8C8D
Black with #CF8C8D
Text Example
Text Example
White with #CF8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C8D; }
p { color: rgb(207,140,141); }
H1.HeaderClassName
{
color: #CF8C8D;
}
.AnyTagClassName
{
color: #CF8C8D;
}
</style>
background-color css
<style>
a { background-color: #CF8C8D; }
a { background-color: rgb(207,140,141); }
div.DivClassName
{
background-color: #CF8C8D;
}
.BgClassName
{
background-color: #CF8C8D;
}
</style>
border-color css
<style>
span { border-color: #CF8C8D; }
span { border-color: rgb(207,140,141); }
td.TdClassName
{
border-color: #CF8C8D;
}
.TagClassName
{
border-color: #CF8C8D;
}
</style>