Shades of Puce #CF878D
Tints of Puce #CF878D
RGB
CMYK
RGB Variations
Color information
#CF878D (or 0xCF878D) is known color: Puce. HEX triplet: CF, 87 and 8D. RGB value is (207,135,141). Sum of RGB (Red+Green+Blue) = 207+135+141=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878D is #307872. Grayscale: #9D9D9D. Windows color (decimal): -3176563 or 9275343. OLE color: 9275343.
HSL color Cylindrical-coordinate representation of color #CF878D: hue angle of 355º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF878D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 141 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.19 |
| HSL | 355º | 0.43% | 0.67% | - |
| HSV(B) | 355º | 0.35% | 0.81% | - |
| XYZ | 39.2 | 32.52 | 29.41 | - |
| YUV | 157.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 141 | 0 | 0.35 | 0.32 | 0.19 | 355 | 0.43 | 0.67 |
| Hex | CF | 87 | 8D | 0 | 23 | 20 | 13 | 163 | 2B | 43 |
| Octal | 317 | 207 | 215 | 0 | 43 | 40 | 23 | 543 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10001101 | 0 | 100011 | 100000 | 10011 | 101100011 | 101011 | 1000011 |
Color Harmonies of #CF878D
Complementary color
Monochromatic Colors of #CF878D
Black with #CF878D
Text Example
Text Example
White with #CF878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF878D; }
p { color: rgb(207,135,141); }
H1.HeaderClassName
{
color: #CF878D;
}
.AnyTagClassName
{
color: #CF878D;
}
</style>
background-color css
<style>
a { background-color: #CF878D; }
a { background-color: rgb(207,135,141); }
div.DivClassName
{
background-color: #CF878D;
}
.BgClassName
{
background-color: #CF878D;
}
</style>
border-color css
<style>
span { border-color: #CF878D; }
span { border-color: rgb(207,135,141); }
td.TdClassName
{
border-color: #CF878D;
}
.TagClassName
{
border-color: #CF878D;
}
</style>