Shades of Puce #CF869A
Tints of Puce #CF869A
RGB
CMYK
RGB Variations
Color information
#CF869A (or 0xCF869A) is known color: Puce. HEX triplet: CF, 86 and 9A. RGB value is (207,134,154). Sum of RGB (Red+Green+Blue) = 207+134+154=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF869A is #307965. Grayscale: #9E9E9E. Windows color (decimal): -3176806 or 10127055. OLE color: 10127055.
HSL color Cylindrical-coordinate representation of color #CF869A: hue angle of 343.56º 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 #CF869A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 154 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.19 |
| HSL | 343.56º | 0.43% | 0.67% | - |
| HSV(B) | 343.56º | 0.35% | 0.81% | - |
| XYZ | 40.09 | 32.65 | 34.76 | - |
| YUV | 158.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 154 | 0 | 0.35 | 0.26 | 0.19 | 343.56 | 0.43 | 0.67 |
| Hex | CF | 86 | 9A | 0 | 23 | 1A | 13 | 158 | 2B | 43 |
| Octal | 317 | 206 | 232 | 0 | 43 | 32 | 23 | 530 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10011010 | 0 | 100011 | 11010 | 10011 | 101011000 | 101011 | 1000011 |
Color Harmonies of #CF869A
Complementary color
Monochromatic Colors of #CF869A
Black with #CF869A
Text Example
Text Example
White with #CF869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF869A; }
p { color: rgb(207,134,154); }
H1.HeaderClassName
{
color: #CF869A;
}
.AnyTagClassName
{
color: #CF869A;
}
</style>
background-color css
<style>
a { background-color: #CF869A; }
a { background-color: rgb(207,134,154); }
div.DivClassName
{
background-color: #CF869A;
}
.BgClassName
{
background-color: #CF869A;
}
</style>
border-color css
<style>
span { border-color: #CF869A; }
span { border-color: rgb(207,134,154); }
td.TdClassName
{
border-color: #CF869A;
}
.TagClassName
{
border-color: #CF869A;
}
</style>