Shades of Puce #CE8A8E
Tints of Puce #CE8A8E
RGB
CMYK
RGB Variations
Color information
#CE8A8E (or 0xCE8A8E) is known color: Puce. HEX triplet: CE, 8A and 8E. RGB value is (206,138,142). Sum of RGB (Red+Green+Blue) = 206+138+142=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A8E is #317571. Grayscale: #9E9E9E. Windows color (decimal): -3241330 or 9341646. OLE color: 9341646.
HSL color Cylindrical-coordinate representation of color #CE8A8E: hue angle of 356.47º 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 #CE8A8E is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 142 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.19 |
| HSL | 356.47º | 0.41% | 0.67% | - |
| HSV(B) | 356.47º | 0.33% | 0.81% | - |
| XYZ | 39.42 | 33.25 | 29.93 | - |
| YUV | 158.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 142 | 0 | 0.33 | 0.31 | 0.19 | 356.47 | 0.41 | 0.67 |
| Hex | CE | 8A | 8E | 0 | 21 | 1F | 13 | 164 | 29 | 43 |
| Octal | 316 | 212 | 216 | 0 | 41 | 37 | 23 | 544 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10001110 | 0 | 100001 | 11111 | 10011 | 101100100 | 101001 | 1000011 |
Color Harmonies of #CE8A8E
Complementary color
Monochromatic Colors of #CE8A8E
Black with #CE8A8E
Text Example
Text Example
White with #CE8A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A8E; }
p { color: rgb(206,138,142); }
H1.HeaderClassName
{
color: #CE8A8E;
}
.AnyTagClassName
{
color: #CE8A8E;
}
</style>
background-color css
<style>
a { background-color: #CE8A8E; }
a { background-color: rgb(206,138,142); }
div.DivClassName
{
background-color: #CE8A8E;
}
.BgClassName
{
background-color: #CE8A8E;
}
</style>
border-color css
<style>
span { border-color: #CE8A8E; }
span { border-color: rgb(206,138,142); }
td.TdClassName
{
border-color: #CE8A8E;
}
.TagClassName
{
border-color: #CE8A8E;
}
</style>