Shades of Puce #CF8589
Tints of Puce #CF8589
RGB
CMYK
RGB Variations
Color information
#CF8589 (or 0xCF8589) is known color: Puce. HEX triplet: CF, 85 and 89. RGB value is (207,133,137). Sum of RGB (Red+Green+Blue) = 207+133+137=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8589 is #307A76. Grayscale: #9B9B9B. Windows color (decimal): -3177079 or 9012687. OLE color: 9012687.
HSL color Cylindrical-coordinate representation of color #CF8589: hue angle of 356.76º 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 #CF8589 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 137 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.19 |
| HSL | 356.76º | 0.44% | 0.67% | - |
| HSV(B) | 356.76º | 0.36% | 0.81% | - |
| XYZ | 38.64 | 31.85 | 27.78 | - |
| YUV | 155.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 137 | 0 | 0.36 | 0.34 | 0.19 | 356.76 | 0.44 | 0.67 |
| Hex | CF | 85 | 89 | 0 | 24 | 22 | 13 | 165 | 2C | 43 |
| Octal | 317 | 205 | 211 | 0 | 44 | 42 | 23 | 545 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10001001 | 0 | 100100 | 100010 | 10011 | 101100101 | 101100 | 1000011 |
Color Harmonies of #CF8589
Complementary color
Monochromatic Colors of #CF8589
Black with #CF8589
Text Example
Text Example
White with #CF8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8589; }
p { color: rgb(207,133,137); }
H1.HeaderClassName
{
color: #CF8589;
}
.AnyTagClassName
{
color: #CF8589;
}
</style>
background-color css
<style>
a { background-color: #CF8589; }
a { background-color: rgb(207,133,137); }
div.DivClassName
{
background-color: #CF8589;
}
.BgClassName
{
background-color: #CF8589;
}
</style>
border-color css
<style>
span { border-color: #CF8589; }
span { border-color: rgb(207,133,137); }
td.TdClassName
{
border-color: #CF8589;
}
.TagClassName
{
border-color: #CF8589;
}
</style>