Shades of Puce #CE7C95
Tints of Puce #CE7C95
RGB
CMYK
RGB Variations
Color information
#CE7C95 (or 0xCE7C95) is known color: Puce. HEX triplet: CE, 7C and 95. RGB value is (206,124,149). Sum of RGB (Red+Green+Blue) = 206+124+149=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7C95 is #31836A. Grayscale: #979797. Windows color (decimal): -3244907 or 9796814. OLE color: 9796814.
HSL color Cylindrical-coordinate representation of color #CE7C95: hue angle of 341.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7C95 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 149 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.19 |
| HSL | 341.71º | 0.46% | 0.65% | - |
| HSV(B) | 341.71º | 0.4% | 0.81% | - |
| XYZ | 38.09 | 29.71 | 32.16 | - |
| YUV | 151.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 149 | 0 | 0.40 | 0.28 | 0.19 | 341.71 | 0.46 | 0.65 |
| Hex | CE | 7C | 95 | 0 | 28 | 1C | 13 | 156 | 2E | 41 |
| Octal | 316 | 174 | 225 | 0 | 50 | 34 | 23 | 526 | 56 | 101 |
| Binary | 11001110 | 1111100 | 10010101 | 0 | 101000 | 11100 | 10011 | 101010110 | 101110 | 1000001 |
Color Harmonies of #CE7C95
Complementary color
Monochromatic Colors of #CE7C95
Black with #CE7C95
Text Example
Text Example
White with #CE7C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C95; }
p { color: rgb(206,124,149); }
H1.HeaderClassName
{
color: #CE7C95;
}
.AnyTagClassName
{
color: #CE7C95;
}
</style>
background-color css
<style>
a { background-color: #CE7C95; }
a { background-color: rgb(206,124,149); }
div.DivClassName
{
background-color: #CE7C95;
}
.BgClassName
{
background-color: #CE7C95;
}
</style>
border-color css
<style>
span { border-color: #CE7C95; }
span { border-color: rgb(206,124,149); }
td.TdClassName
{
border-color: #CE7C95;
}
.TagClassName
{
border-color: #CE7C95;
}
</style>