Shades of Puce #CF8A8F
Tints of Puce #CF8A8F
RGB
CMYK
RGB Variations
Color information
#CF8A8F (or 0xCF8A8F) is known color: Puce. HEX triplet: CF, 8A and 8F. RGB value is (207,138,143). Sum of RGB (Red+Green+Blue) = 207+138+143=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A8F is #307570. Grayscale: #9F9F9F. Windows color (decimal): -3175793 or 9407183. OLE color: 9407183.
HSL color Cylindrical-coordinate representation of color #CF8A8F: hue angle of 355.65º 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 #CF8A8F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 143 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.19 |
| HSL | 355.65º | 0.42% | 0.68% | - |
| HSV(B) | 355.65º | 0.33% | 0.81% | - |
| XYZ | 39.78 | 33.43 | 30.34 | - |
| YUV | 159.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 143 | 0 | 0.33 | 0.31 | 0.19 | 355.65 | 0.42 | 0.68 |
| Hex | CF | 8A | 8F | 0 | 21 | 1F | 13 | 164 | 2A | 44 |
| Octal | 317 | 212 | 217 | 0 | 41 | 37 | 23 | 544 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10001111 | 0 | 100001 | 11111 | 10011 | 101100100 | 101010 | 1000100 |
Color Harmonies of #CF8A8F
Complementary color
Monochromatic Colors of #CF8A8F
Black with #CF8A8F
Text Example
Text Example
White with #CF8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A8F; }
p { color: rgb(207,138,143); }
H1.HeaderClassName
{
color: #CF8A8F;
}
.AnyTagClassName
{
color: #CF8A8F;
}
</style>
background-color css
<style>
a { background-color: #CF8A8F; }
a { background-color: rgb(207,138,143); }
div.DivClassName
{
background-color: #CF8A8F;
}
.BgClassName
{
background-color: #CF8A8F;
}
</style>
border-color css
<style>
span { border-color: #CF8A8F; }
span { border-color: rgb(207,138,143); }
td.TdClassName
{
border-color: #CF8A8F;
}
.TagClassName
{
border-color: #CF8A8F;
}
</style>