Shades of Puce #CF8592
Tints of Puce #CF8592
RGB
CMYK
RGB Variations
Color information
#CF8592 (or 0xCF8592) is known color: Puce. HEX triplet: CF, 85 and 92. RGB value is (207,133,146). Sum of RGB (Red+Green+Blue) = 207+133+146=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8592 is #307A6D. Grayscale: #9C9C9C. Windows color (decimal): -3177070 or 9602511. OLE color: 9602511.
HSL color Cylindrical-coordinate representation of color #CF8592: hue angle of 349.46º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8592 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 146 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.19 |
| HSL | 349.46º | 0.44% | 0.67% | - |
| HSV(B) | 349.46º | 0.36% | 0.81% | - |
| XYZ | 39.31 | 32.12 | 31.32 | - |
| YUV | 156.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 146 | 0 | 0.36 | 0.29 | 0.19 | 349.46 | 0.44 | 0.67 |
| Hex | CF | 85 | 92 | 0 | 24 | 1D | 13 | 15D | 2C | 43 |
| Octal | 317 | 205 | 222 | 0 | 44 | 35 | 23 | 535 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10010010 | 0 | 100100 | 11101 | 10011 | 101011101 | 101100 | 1000011 |
Color Harmonies of #CF8592
Complementary color
Monochromatic Colors of #CF8592
Black with #CF8592
Text Example
Text Example
White with #CF8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8592; }
p { color: rgb(207,133,146); }
H1.HeaderClassName
{
color: #CF8592;
}
.AnyTagClassName
{
color: #CF8592;
}
</style>
background-color css
<style>
a { background-color: #CF8592; }
a { background-color: rgb(207,133,146); }
div.DivClassName
{
background-color: #CF8592;
}
.BgClassName
{
background-color: #CF8592;
}
</style>
border-color css
<style>
span { border-color: #CF8592; }
span { border-color: rgb(207,133,146); }
td.TdClassName
{
border-color: #CF8592;
}
.TagClassName
{
border-color: #CF8592;
}
</style>