Shades of Puce #CF888A
Tints of Puce #CF888A
RGB
CMYK
RGB Variations
Color information
#CF888A (or 0xCF888A) is known color: Puce. HEX triplet: CF, 88 and 8A. RGB value is (207,136,138). Sum of RGB (Red+Green+Blue) = 207+136+138=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF888A is #307775. Grayscale: #9D9D9D. Windows color (decimal): -3176310 or 9078991. OLE color: 9078991.
HSL color Cylindrical-coordinate representation of color #CF888A: hue angle of 358.31º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF888A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 138 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.19 |
| HSL | 358.31º | 0.43% | 0.67% | - |
| HSV(B) | 358.31º | 0.34% | 0.81% | - |
| XYZ | 39.12 | 32.71 | 28.3 | - |
| YUV | 157.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 138 | 0 | 0.34 | 0.33 | 0.19 | 358.31 | 0.43 | 0.67 |
| Hex | CF | 88 | 8A | 0 | 22 | 21 | 13 | 166 | 2B | 43 |
| Octal | 317 | 210 | 212 | 0 | 42 | 41 | 23 | 546 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10001010 | 0 | 100010 | 100001 | 10011 | 101100110 | 101011 | 1000011 |
Color Harmonies of #CF888A
Complementary color
Monochromatic Colors of #CF888A
Black with #CF888A
Text Example
Text Example
White with #CF888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF888A; }
p { color: rgb(207,136,138); }
H1.HeaderClassName
{
color: #CF888A;
}
.AnyTagClassName
{
color: #CF888A;
}
</style>
background-color css
<style>
a { background-color: #CF888A; }
a { background-color: rgb(207,136,138); }
div.DivClassName
{
background-color: #CF888A;
}
.BgClassName
{
background-color: #CF888A;
}
</style>
border-color css
<style>
span { border-color: #CF888A; }
span { border-color: rgb(207,136,138); }
td.TdClassName
{
border-color: #CF888A;
}
.TagClassName
{
border-color: #CF888A;
}
</style>