Shades of Puce #CF8B8C
Tints of Puce #CF8B8C
RGB
CMYK
RGB Variations
Color information
#CF8B8C (or 0xCF8B8C) is known color: Puce. HEX triplet: CF, 8B and 8C. RGB value is (207,139,140). Sum of RGB (Red+Green+Blue) = 207+139+140=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8B8C is #307473. Grayscale: #9F9F9F. Windows color (decimal): -3175540 or 9210831. OLE color: 9210831.
HSL color Cylindrical-coordinate representation of color #CF8B8C: hue angle of 359.12º degrees, saturation: 0.41, 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 #CF8B8C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 140 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.19 |
| HSL | 359.12º | 0.41% | 0.68% | - |
| HSV(B) | 359.12º | 0.33% | 0.81% | - |
| XYZ | 39.7 | 33.62 | 29.21 | - |
| YUV | 159.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 140 | 0 | 0.33 | 0.32 | 0.19 | 359.12 | 0.41 | 0.68 |
| Hex | CF | 8B | 8C | 0 | 21 | 20 | 13 | 167 | 29 | 44 |
| Octal | 317 | 213 | 214 | 0 | 41 | 40 | 23 | 547 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10001100 | 0 | 100001 | 100000 | 10011 | 101100111 | 101001 | 1000100 |
Color Harmonies of #CF8B8C
Complementary color
Monochromatic Colors of #CF8B8C
Black with #CF8B8C
Text Example
Text Example
White with #CF8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B8C; }
p { color: rgb(207,139,140); }
H1.HeaderClassName
{
color: #CF8B8C;
}
.AnyTagClassName
{
color: #CF8B8C;
}
</style>
background-color css
<style>
a { background-color: #CF8B8C; }
a { background-color: rgb(207,139,140); }
div.DivClassName
{
background-color: #CF8B8C;
}
.BgClassName
{
background-color: #CF8B8C;
}
</style>
border-color css
<style>
span { border-color: #CF8B8C; }
span { border-color: rgb(207,139,140); }
td.TdClassName
{
border-color: #CF8B8C;
}
.TagClassName
{
border-color: #CF8B8C;
}
</style>