Shades of Puce #CF8392
Tints of Puce #CF8392
RGB
CMYK
RGB Variations
Color information
#CF8392 (or 0xCF8392) is known color: Puce. HEX triplet: CF, 83 and 92. RGB value is (207,131,146). Sum of RGB (Red+Green+Blue) = 207+131+146=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8392 is #307C6D. Grayscale: #9B9B9B. Windows color (decimal): -3177582 or 9601999. OLE color: 9601999.
HSL color Cylindrical-coordinate representation of color #CF8392: hue angle of 348.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8392 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 146 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.19 |
| HSL | 348.16º | 0.44% | 0.66% | - |
| HSV(B) | 348.16º | 0.37% | 0.81% | - |
| XYZ | 39.04 | 31.57 | 31.23 | - |
| YUV | 155.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 146 | 0 | 0.37 | 0.29 | 0.19 | 348.16 | 0.44 | 0.66 |
| Hex | CF | 83 | 92 | 0 | 25 | 1D | 13 | 15C | 2C | 42 |
| Octal | 317 | 203 | 222 | 0 | 45 | 35 | 23 | 534 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10010010 | 0 | 100101 | 11101 | 10011 | 101011100 | 101100 | 1000010 |
Color Harmonies of #CF8392
Complementary color
Monochromatic Colors of #CF8392
Black with #CF8392
Text Example
Text Example
White with #CF8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8392; }
p { color: rgb(207,131,146); }
H1.HeaderClassName
{
color: #CF8392;
}
.AnyTagClassName
{
color: #CF8392;
}
</style>
background-color css
<style>
a { background-color: #CF8392; }
a { background-color: rgb(207,131,146); }
div.DivClassName
{
background-color: #CF8392;
}
.BgClassName
{
background-color: #CF8392;
}
</style>
border-color css
<style>
span { border-color: #CF8392; }
span { border-color: rgb(207,131,146); }
td.TdClassName
{
border-color: #CF8392;
}
.TagClassName
{
border-color: #CF8392;
}
</style>