Shades of Puce #CF8293
Tints of Puce #CF8293
RGB
CMYK
RGB Variations
Color information
#CF8293 (or 0xCF8293) is known color: Puce. HEX triplet: CF, 82 and 93. RGB value is (207,130,147). Sum of RGB (Red+Green+Blue) = 207+130+147=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8293 is #307D6C. Grayscale: #9A9A9A. Windows color (decimal): -3177837 or 9667279. OLE color: 9667279.
HSL color Cylindrical-coordinate representation of color #CF8293: hue angle of 346.75º degrees, saturation: 0.45, 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 #CF8293 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 147 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.19 |
| HSL | 346.75º | 0.45% | 0.66% | - |
| HSV(B) | 346.75º | 0.37% | 0.81% | - |
| XYZ | 38.98 | 31.34 | 31.6 | - |
| YUV | 154.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 147 | 0 | 0.37 | 0.29 | 0.19 | 346.75 | 0.45 | 0.66 |
| Hex | CF | 82 | 93 | 0 | 25 | 1D | 13 | 15B | 2D | 42 |
| Octal | 317 | 202 | 223 | 0 | 45 | 35 | 23 | 533 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10010011 | 0 | 100101 | 11101 | 10011 | 101011011 | 101101 | 1000010 |
Color Harmonies of #CF8293
Complementary color
Monochromatic Colors of #CF8293
Black with #CF8293
Text Example
Text Example
White with #CF8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8293; }
p { color: rgb(207,130,147); }
H1.HeaderClassName
{
color: #CF8293;
}
.AnyTagClassName
{
color: #CF8293;
}
</style>
background-color css
<style>
a { background-color: #CF8293; }
a { background-color: rgb(207,130,147); }
div.DivClassName
{
background-color: #CF8293;
}
.BgClassName
{
background-color: #CF8293;
}
</style>
border-color css
<style>
span { border-color: #CF8293; }
span { border-color: rgb(207,130,147); }
td.TdClassName
{
border-color: #CF8293;
}
.TagClassName
{
border-color: #CF8293;
}
</style>