Shades of Puce #CF8A8D
Tints of Puce #CF8A8D
RGB
CMYK
RGB Variations
Color information
#CF8A8D (or 0xCF8A8D) is known color: Puce. HEX triplet: CF, 8A and 8D. RGB value is (207,138,141). Sum of RGB (Red+Green+Blue) = 207+138+141=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A8D is #307572. Grayscale: #9F9F9F. Windows color (decimal): -3175795 or 9276111. OLE color: 9276111.
HSL color Cylindrical-coordinate representation of color #CF8A8D: hue angle of 357.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8A8D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 141 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.19 |
| HSL | 357.39º | 0.42% | 0.68% | - |
| HSV(B) | 357.39º | 0.33% | 0.81% | - |
| XYZ | 39.63 | 33.37 | 29.55 | - |
| YUV | 158.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 141 | 0 | 0.33 | 0.32 | 0.19 | 357.39 | 0.42 | 0.68 |
| Hex | CF | 8A | 8D | 0 | 21 | 20 | 13 | 165 | 2A | 44 |
| Octal | 317 | 212 | 215 | 0 | 41 | 40 | 23 | 545 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10001101 | 0 | 100001 | 100000 | 10011 | 101100101 | 101010 | 1000100 |
Color Harmonies of #CF8A8D
Complementary color
Monochromatic Colors of #CF8A8D
Black with #CF8A8D
Text Example
Text Example
White with #CF8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A8D; }
p { color: rgb(207,138,141); }
H1.HeaderClassName
{
color: #CF8A8D;
}
.AnyTagClassName
{
color: #CF8A8D;
}
</style>
background-color css
<style>
a { background-color: #CF8A8D; }
a { background-color: rgb(207,138,141); }
div.DivClassName
{
background-color: #CF8A8D;
}
.BgClassName
{
background-color: #CF8A8D;
}
</style>
border-color css
<style>
span { border-color: #CF8A8D; }
span { border-color: rgb(207,138,141); }
td.TdClassName
{
border-color: #CF8A8D;
}
.TagClassName
{
border-color: #CF8A8D;
}
</style>