Shades of Puce #CF8599
Tints of Puce #CF8599
RGB
CMYK
RGB Variations
Color information
#CF8599 (or 0xCF8599) is known color: Puce. HEX triplet: CF, 85 and 99. RGB value is (207,133,153). Sum of RGB (Red+Green+Blue) = 207+133+153=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8599 is #307A66. Grayscale: #9D9D9D. Windows color (decimal): -3177063 or 10061263. OLE color: 10061263.
HSL color Cylindrical-coordinate representation of color #CF8599: hue angle of 343.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8599 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 153 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.19 |
| HSL | 343.78º | 0.44% | 0.67% | - |
| HSV(B) | 343.78º | 0.36% | 0.81% | - |
| XYZ | 39.87 | 32.34 | 34.28 | - |
| YUV | 157.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 153 | 0 | 0.36 | 0.26 | 0.19 | 343.78 | 0.44 | 0.67 |
| Hex | CF | 85 | 99 | 0 | 24 | 1A | 13 | 158 | 2C | 43 |
| Octal | 317 | 205 | 231 | 0 | 44 | 32 | 23 | 530 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10011001 | 0 | 100100 | 11010 | 10011 | 101011000 | 101100 | 1000011 |
Color Harmonies of #CF8599
Complementary color
Monochromatic Colors of #CF8599
Black with #CF8599
Text Example
Text Example
White with #CF8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8599; }
p { color: rgb(207,133,153); }
H1.HeaderClassName
{
color: #CF8599;
}
.AnyTagClassName
{
color: #CF8599;
}
</style>
background-color css
<style>
a { background-color: #CF8599; }
a { background-color: rgb(207,133,153); }
div.DivClassName
{
background-color: #CF8599;
}
.BgClassName
{
background-color: #CF8599;
}
</style>
border-color css
<style>
span { border-color: #CF8599; }
span { border-color: rgb(207,133,153); }
td.TdClassName
{
border-color: #CF8599;
}
.TagClassName
{
border-color: #CF8599;
}
</style>