Shades of Puce #CF8795
Tints of Puce #CF8795
RGB
CMYK
RGB Variations
Color information
#CF8795 (or 0xCF8795) is known color: Puce. HEX triplet: CF, 87 and 95. RGB value is (207,135,149). Sum of RGB (Red+Green+Blue) = 207+135+149=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8795 is #30786A. Grayscale: #9E9E9E. Windows color (decimal): -3176555 or 9799631. OLE color: 9799631.
HSL color Cylindrical-coordinate representation of color #CF8795: hue angle of 348.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8795 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 149 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.19 |
| HSL | 348.33º | 0.43% | 0.67% | - |
| HSV(B) | 348.33º | 0.35% | 0.81% | - |
| XYZ | 39.82 | 32.76 | 32.66 | - |
| YUV | 158.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 149 | 0 | 0.35 | 0.28 | 0.19 | 348.33 | 0.43 | 0.67 |
| Hex | CF | 87 | 95 | 0 | 23 | 1C | 13 | 15C | 2B | 43 |
| Octal | 317 | 207 | 225 | 0 | 43 | 34 | 23 | 534 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10010101 | 0 | 100011 | 11100 | 10011 | 101011100 | 101011 | 1000011 |
Color Harmonies of #CF8795
Complementary color
Monochromatic Colors of #CF8795
Black with #CF8795
Text Example
Text Example
White with #CF8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8795; }
p { color: rgb(207,135,149); }
H1.HeaderClassName
{
color: #CF8795;
}
.AnyTagClassName
{
color: #CF8795;
}
</style>
background-color css
<style>
a { background-color: #CF8795; }
a { background-color: rgb(207,135,149); }
div.DivClassName
{
background-color: #CF8795;
}
.BgClassName
{
background-color: #CF8795;
}
</style>
border-color css
<style>
span { border-color: #CF8795; }
span { border-color: rgb(207,135,149); }
td.TdClassName
{
border-color: #CF8795;
}
.TagClassName
{
border-color: #CF8795;
}
</style>