Shades of Puce #CF809D
Tints of Puce #CF809D
RGB
CMYK
RGB Variations
Color information
#CF809D (or 0xCF809D) is known color: Puce. HEX triplet: CF, 80 and 9D. RGB value is (207,128,157). Sum of RGB (Red+Green+Blue) = 207+128+157=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809D is #307F62. Grayscale: #9A9A9A. Windows color (decimal): -3178339 or 10322127. OLE color: 10322127.
HSL color Cylindrical-coordinate representation of color #CF809D: hue angle of 337.97º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF809D is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 157 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.19 |
| HSL | 337.97º | 0.45% | 0.66% | - |
| HSV(B) | 337.97º | 0.38% | 0.81% | - |
| XYZ | 39.54 | 31.14 | 35.82 | - |
| YUV | 154.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 157 | 0 | 0.38 | 0.24 | 0.19 | 337.97 | 0.45 | 0.66 |
| Hex | CF | 80 | 9D | 0 | 26 | 18 | 13 | 152 | 2D | 42 |
| Octal | 317 | 200 | 235 | 0 | 46 | 30 | 23 | 522 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10011101 | 0 | 100110 | 11000 | 10011 | 101010010 | 101101 | 1000010 |
Color Harmonies of #CF809D
Complementary color
Monochromatic Colors of #CF809D
Black with #CF809D
Text Example
Text Example
White with #CF809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF809D; }
p { color: rgb(207,128,157); }
H1.HeaderClassName
{
color: #CF809D;
}
.AnyTagClassName
{
color: #CF809D;
}
</style>
background-color css
<style>
a { background-color: #CF809D; }
a { background-color: rgb(207,128,157); }
div.DivClassName
{
background-color: #CF809D;
}
.BgClassName
{
background-color: #CF809D;
}
</style>
border-color css
<style>
span { border-color: #CF809D; }
span { border-color: rgb(207,128,157); }
td.TdClassName
{
border-color: #CF809D;
}
.TagClassName
{
border-color: #CF809D;
}
</style>