Shades of Puce #CE8A90
Tints of Puce #CE8A90
RGB
CMYK
RGB Variations
Color information
#CE8A90 (or 0xCE8A90) is known color: Puce. HEX triplet: CE, 8A and 90. RGB value is (206,138,144). Sum of RGB (Red+Green+Blue) = 206+138+144=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A90 is #31756F. Grayscale: #9F9F9F. Windows color (decimal): -3241328 or 9472718. OLE color: 9472718.
HSL color Cylindrical-coordinate representation of color #CE8A90: hue angle of 354.71º 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 #CE8A90 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 144 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.19 |
| HSL | 354.71º | 0.41% | 0.67% | - |
| HSV(B) | 354.71º | 0.33% | 0.81% | - |
| XYZ | 39.58 | 33.31 | 30.73 | - |
| YUV | 159.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 144 | 0 | 0.33 | 0.30 | 0.19 | 354.71 | 0.41 | 0.67 |
| Hex | CE | 8A | 90 | 0 | 21 | 1E | 13 | 163 | 29 | 43 |
| Octal | 316 | 212 | 220 | 0 | 41 | 36 | 23 | 543 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10010000 | 0 | 100001 | 11110 | 10011 | 101100011 | 101001 | 1000011 |
Color Harmonies of #CE8A90
Complementary color
Monochromatic Colors of #CE8A90
Black with #CE8A90
Text Example
Text Example
White with #CE8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A90; }
p { color: rgb(206,138,144); }
H1.HeaderClassName
{
color: #CE8A90;
}
.AnyTagClassName
{
color: #CE8A90;
}
</style>
background-color css
<style>
a { background-color: #CE8A90; }
a { background-color: rgb(206,138,144); }
div.DivClassName
{
background-color: #CE8A90;
}
.BgClassName
{
background-color: #CE8A90;
}
</style>
border-color css
<style>
span { border-color: #CE8A90; }
span { border-color: rgb(206,138,144); }
td.TdClassName
{
border-color: #CE8A90;
}
.TagClassName
{
border-color: #CE8A90;
}
</style>