Shades of Puce #CF879A
Tints of Puce #CF879A
RGB
CMYK
RGB Variations
Color information
#CF879A (or 0xCF879A) is known color: Puce. HEX triplet: CF, 87 and 9A. RGB value is (207,135,154). Sum of RGB (Red+Green+Blue) = 207+135+154=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF879A is #307865. Grayscale: #9E9E9E. Windows color (decimal): -3176550 or 10127311. OLE color: 10127311.
HSL color Cylindrical-coordinate representation of color #CF879A: hue angle of 344.17º 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 #CF879A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 154 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.19 |
| HSL | 344.17º | 0.43% | 0.67% | - |
| HSV(B) | 344.17º | 0.35% | 0.81% | - |
| XYZ | 40.23 | 32.93 | 34.81 | - |
| YUV | 158.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 154 | 0 | 0.35 | 0.26 | 0.19 | 344.17 | 0.43 | 0.67 |
| Hex | CF | 87 | 9A | 0 | 23 | 1A | 13 | 158 | 2B | 43 |
| Octal | 317 | 207 | 232 | 0 | 43 | 32 | 23 | 530 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10011010 | 0 | 100011 | 11010 | 10011 | 101011000 | 101011 | 1000011 |
Color Harmonies of #CF879A
Complementary color
Monochromatic Colors of #CF879A
Black with #CF879A
Text Example
Text Example
White with #CF879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF879A; }
p { color: rgb(207,135,154); }
H1.HeaderClassName
{
color: #CF879A;
}
.AnyTagClassName
{
color: #CF879A;
}
</style>
background-color css
<style>
a { background-color: #CF879A; }
a { background-color: rgb(207,135,154); }
div.DivClassName
{
background-color: #CF879A;
}
.BgClassName
{
background-color: #CF879A;
}
</style>
border-color css
<style>
span { border-color: #CF879A; }
span { border-color: rgb(207,135,154); }
td.TdClassName
{
border-color: #CF879A;
}
.TagClassName
{
border-color: #CF879A;
}
</style>