Shades of Puce #CF8A8C
Tints of Puce #CF8A8C
RGB
CMYK
RGB Variations
Color information
#CF8A8C (or 0xCF8A8C) is known color: Puce. HEX triplet: CF, 8A and 8C. RGB value is (207,138,140). Sum of RGB (Red+Green+Blue) = 207+138+140=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A8C is #307573. Grayscale: #9E9E9E. Windows color (decimal): -3175796 or 9210575. OLE color: 9210575.
HSL color Cylindrical-coordinate representation of color #CF8A8C: hue angle of 358.26º 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 #CF8A8C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 140 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.19 |
| HSL | 358.26º | 0.42% | 0.68% | - |
| HSV(B) | 358.26º | 0.33% | 0.81% | - |
| XYZ | 39.55 | 33.34 | 29.16 | - |
| YUV | 158.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 140 | 0 | 0.33 | 0.32 | 0.19 | 358.26 | 0.42 | 0.68 |
| Hex | CF | 8A | 8C | 0 | 21 | 20 | 13 | 166 | 2A | 44 |
| Octal | 317 | 212 | 214 | 0 | 41 | 40 | 23 | 546 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10001100 | 0 | 100001 | 100000 | 10011 | 101100110 | 101010 | 1000100 |
Color Harmonies of #CF8A8C
Complementary color
Monochromatic Colors of #CF8A8C
Black with #CF8A8C
Text Example
Text Example
White with #CF8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A8C; }
p { color: rgb(207,138,140); }
H1.HeaderClassName
{
color: #CF8A8C;
}
.AnyTagClassName
{
color: #CF8A8C;
}
</style>
background-color css
<style>
a { background-color: #CF8A8C; }
a { background-color: rgb(207,138,140); }
div.DivClassName
{
background-color: #CF8A8C;
}
.BgClassName
{
background-color: #CF8A8C;
}
</style>
border-color css
<style>
span { border-color: #CF8A8C; }
span { border-color: rgb(207,138,140); }
td.TdClassName
{
border-color: #CF8A8C;
}
.TagClassName
{
border-color: #CF8A8C;
}
</style>