Shades of Puce #CF8694
Tints of Puce #CF8694
RGB
CMYK
RGB Variations
Color information
#CF8694 (or 0xCF8694) is known color: Puce. HEX triplet: CF, 86 and 94. RGB value is (207,134,148). Sum of RGB (Red+Green+Blue) = 207+134+148=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8694 is #30796B. Grayscale: #9D9D9D. Windows color (decimal): -3176812 or 9733839. OLE color: 9733839.
HSL color Cylindrical-coordinate representation of color #CF8694: hue angle of 348.49º 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 #CF8694 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 148 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.19 |
| HSL | 348.49º | 0.43% | 0.67% | - |
| HSV(B) | 348.49º | 0.35% | 0.81% | - |
| XYZ | 39.6 | 32.45 | 32.19 | - |
| YUV | 157.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 148 | 0 | 0.35 | 0.29 | 0.19 | 348.49 | 0.43 | 0.67 |
| Hex | CF | 86 | 94 | 0 | 23 | 1D | 13 | 15C | 2B | 43 |
| Octal | 317 | 206 | 224 | 0 | 43 | 35 | 23 | 534 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10010100 | 0 | 100011 | 11101 | 10011 | 101011100 | 101011 | 1000011 |
Color Harmonies of #CF8694
Complementary color
Monochromatic Colors of #CF8694
Black with #CF8694
Text Example
Text Example
White with #CF8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8694; }
p { color: rgb(207,134,148); }
H1.HeaderClassName
{
color: #CF8694;
}
.AnyTagClassName
{
color: #CF8694;
}
</style>
background-color css
<style>
a { background-color: #CF8694; }
a { background-color: rgb(207,134,148); }
div.DivClassName
{
background-color: #CF8694;
}
.BgClassName
{
background-color: #CF8694;
}
</style>
border-color css
<style>
span { border-color: #CF8694; }
span { border-color: rgb(207,134,148); }
td.TdClassName
{
border-color: #CF8694;
}
.TagClassName
{
border-color: #CF8694;
}
</style>