Shades of Puce #CF829F
Tints of Puce #CF829F
RGB
CMYK
RGB Variations
Color information
#CF829F (or 0xCF829F) is known color: Puce. HEX triplet: CF, 82 and 9F. RGB value is (207,130,159). Sum of RGB (Red+Green+Blue) = 207+130+159=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF829F is #307D60. Grayscale: #9C9C9C. Windows color (decimal): -3177825 or 10453711. OLE color: 10453711.
HSL color Cylindrical-coordinate representation of color #CF829F: hue angle of 337.4º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF829F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 159 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.19 |
| HSL | 337.4º | 0.45% | 0.66% | - |
| HSV(B) | 337.4º | 0.37% | 0.81% | - |
| XYZ | 39.97 | 31.73 | 36.82 | - |
| YUV | 156.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 159 | 0 | 0.37 | 0.23 | 0.19 | 337.4 | 0.45 | 0.66 |
| Hex | CF | 82 | 9F | 0 | 25 | 17 | 13 | 151 | 2D | 42 |
| Octal | 317 | 202 | 237 | 0 | 45 | 27 | 23 | 521 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10011111 | 0 | 100101 | 10111 | 10011 | 101010001 | 101101 | 1000010 |
Color Harmonies of #CF829F
Complementary color
Monochromatic Colors of #CF829F
Black with #CF829F
Text Example
Text Example
White with #CF829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF829F; }
p { color: rgb(207,130,159); }
H1.HeaderClassName
{
color: #CF829F;
}
.AnyTagClassName
{
color: #CF829F;
}
</style>
background-color css
<style>
a { background-color: #CF829F; }
a { background-color: rgb(207,130,159); }
div.DivClassName
{
background-color: #CF829F;
}
.BgClassName
{
background-color: #CF829F;
}
</style>
border-color css
<style>
span { border-color: #CF829F; }
span { border-color: rgb(207,130,159); }
td.TdClassName
{
border-color: #CF829F;
}
.TagClassName
{
border-color: #CF829F;
}
</style>