Shades of Puce #CE8A95
Tints of Puce #CE8A95
RGB
CMYK
RGB Variations
Color information
#CE8A95 (or 0xCE8A95) is known color: Puce. HEX triplet: CE, 8A and 95. RGB value is (206,138,149). Sum of RGB (Red+Green+Blue) = 206+138+149=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A95 is #31756A. Grayscale: #9F9F9F. Windows color (decimal): -3241323 or 9800398. OLE color: 9800398.
HSL color Cylindrical-coordinate representation of color #CE8A95: hue angle of 350.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8A95 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 149 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.19 |
| HSL | 350.29º | 0.41% | 0.67% | - |
| HSV(B) | 350.29º | 0.33% | 0.81% | - |
| XYZ | 39.97 | 33.47 | 32.79 | - |
| YUV | 159.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 149 | 0 | 0.33 | 0.28 | 0.19 | 350.29 | 0.41 | 0.67 |
| Hex | CE | 8A | 95 | 0 | 21 | 1C | 13 | 15E | 29 | 43 |
| Octal | 316 | 212 | 225 | 0 | 41 | 34 | 23 | 536 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10010101 | 0 | 100001 | 11100 | 10011 | 101011110 | 101001 | 1000011 |
Color Harmonies of #CE8A95
Complementary color
Monochromatic Colors of #CE8A95
Black with #CE8A95
Text Example
Text Example
White with #CE8A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A95; }
p { color: rgb(206,138,149); }
H1.HeaderClassName
{
color: #CE8A95;
}
.AnyTagClassName
{
color: #CE8A95;
}
</style>
background-color css
<style>
a { background-color: #CE8A95; }
a { background-color: rgb(206,138,149); }
div.DivClassName
{
background-color: #CE8A95;
}
.BgClassName
{
background-color: #CE8A95;
}
</style>
border-color css
<style>
span { border-color: #CE8A95; }
span { border-color: rgb(206,138,149); }
td.TdClassName
{
border-color: #CE8A95;
}
.TagClassName
{
border-color: #CE8A95;
}
</style>