Shades of Puce #CE7E98
Tints of Puce #CE7E98
RGB
CMYK
RGB Variations
Color information
#CE7E98 (or 0xCE7E98) is known color: Puce. HEX triplet: CE, 7E and 98. RGB value is (206,126,152). Sum of RGB (Red+Green+Blue) = 206+126+152=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E98 is #318167. Grayscale: #989898. Windows color (decimal): -3244392 or 9993934. OLE color: 9993934.
HSL color Cylindrical-coordinate representation of color #CE7E98: hue angle of 340.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7E98 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 152 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.19 |
| HSL | 340.5º | 0.45% | 0.65% | - |
| HSV(B) | 340.5º | 0.39% | 0.81% | - |
| XYZ | 38.58 | 30.31 | 33.52 | - |
| YUV | 152.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 152 | 0 | 0.39 | 0.26 | 0.19 | 340.5 | 0.45 | 0.65 |
| Hex | CE | 7E | 98 | 0 | 27 | 1A | 13 | 154 | 2D | 41 |
| Octal | 316 | 176 | 230 | 0 | 47 | 32 | 23 | 524 | 55 | 101 |
| Binary | 11001110 | 1111110 | 10011000 | 0 | 100111 | 11010 | 10011 | 101010100 | 101101 | 1000001 |
Color Harmonies of #CE7E98
Complementary color
Monochromatic Colors of #CE7E98
Black with #CE7E98
Text Example
Text Example
White with #CE7E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E98; }
p { color: rgb(206,126,152); }
H1.HeaderClassName
{
color: #CE7E98;
}
.AnyTagClassName
{
color: #CE7E98;
}
</style>
background-color css
<style>
a { background-color: #CE7E98; }
a { background-color: rgb(206,126,152); }
div.DivClassName
{
background-color: #CE7E98;
}
.BgClassName
{
background-color: #CE7E98;
}
</style>
border-color css
<style>
span { border-color: #CE7E98; }
span { border-color: rgb(206,126,152); }
td.TdClassName
{
border-color: #CE7E98;
}
.TagClassName
{
border-color: #CE7E98;
}
</style>