Shades of Puce #CF8C90
Tints of Puce #CF8C90
RGB
CMYK
RGB Variations
Color information
#CF8C90 (or 0xCF8C90) is known color: Puce. HEX triplet: CF, 8C and 90. RGB value is (207,140,144). Sum of RGB (Red+Green+Blue) = 207+140+144=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8C90 is #30736F. Grayscale: #A0A0A0. Windows color (decimal): -3175280 or 9473231. OLE color: 9473231.
HSL color Cylindrical-coordinate representation of color #CF8C90: hue angle of 356.42º 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 #CF8C90 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 144 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.19 |
| HSL | 356.42º | 0.41% | 0.68% | - |
| HSV(B) | 356.42º | 0.32% | 0.81% | - |
| XYZ | 40.14 | 34.04 | 30.84 | - |
| YUV | 160.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 144 | 0 | 0.32 | 0.30 | 0.19 | 356.42 | 0.41 | 0.68 |
| Hex | CF | 8C | 90 | 0 | 20 | 1E | 13 | 164 | 29 | 44 |
| Octal | 317 | 214 | 220 | 0 | 40 | 36 | 23 | 544 | 51 | 104 |
| Binary | 11001111 | 10001100 | 10010000 | 0 | 100000 | 11110 | 10011 | 101100100 | 101001 | 1000100 |
Color Harmonies of #CF8C90
Complementary color
Monochromatic Colors of #CF8C90
Black with #CF8C90
Text Example
Text Example
White with #CF8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C90; }
p { color: rgb(207,140,144); }
H1.HeaderClassName
{
color: #CF8C90;
}
.AnyTagClassName
{
color: #CF8C90;
}
</style>
background-color css
<style>
a { background-color: #CF8C90; }
a { background-color: rgb(207,140,144); }
div.DivClassName
{
background-color: #CF8C90;
}
.BgClassName
{
background-color: #CF8C90;
}
</style>
border-color css
<style>
span { border-color: #CF8C90; }
span { border-color: rgb(207,140,144); }
td.TdClassName
{
border-color: #CF8C90;
}
.TagClassName
{
border-color: #CF8C90;
}
</style>