Shades of Puce #CF8692
Tints of Puce #CF8692
RGB
CMYK
RGB Variations
Color information
#CF8692 (or 0xCF8692) is known color: Puce. HEX triplet: CF, 86 and 92. RGB value is (207,134,146). Sum of RGB (Red+Green+Blue) = 207+134+146=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8692 is #30796D. Grayscale: #9D9D9D. Windows color (decimal): -3176814 or 9602767. OLE color: 9602767.
HSL color Cylindrical-coordinate representation of color #CF8692: hue angle of 350.14º 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 #CF8692 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 146 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.19 |
| HSL | 350.14º | 0.43% | 0.67% | - |
| HSV(B) | 350.14º | 0.35% | 0.81% | - |
| XYZ | 39.45 | 32.39 | 31.37 | - |
| YUV | 157.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 146 | 0 | 0.35 | 0.29 | 0.19 | 350.14 | 0.43 | 0.67 |
| Hex | CF | 86 | 92 | 0 | 23 | 1D | 13 | 15E | 2B | 43 |
| Octal | 317 | 206 | 222 | 0 | 43 | 35 | 23 | 536 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10010010 | 0 | 100011 | 11101 | 10011 | 101011110 | 101011 | 1000011 |
Color Harmonies of #CF8692
Complementary color
Monochromatic Colors of #CF8692
Black with #CF8692
Text Example
Text Example
White with #CF8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8692; }
p { color: rgb(207,134,146); }
H1.HeaderClassName
{
color: #CF8692;
}
.AnyTagClassName
{
color: #CF8692;
}
</style>
background-color css
<style>
a { background-color: #CF8692; }
a { background-color: rgb(207,134,146); }
div.DivClassName
{
background-color: #CF8692;
}
.BgClassName
{
background-color: #CF8692;
}
</style>
border-color css
<style>
span { border-color: #CF8692; }
span { border-color: rgb(207,134,146); }
td.TdClassName
{
border-color: #CF8692;
}
.TagClassName
{
border-color: #CF8692;
}
</style>