Shades of Puce #CE8390
Tints of Puce #CE8390
RGB
CMYK
RGB Variations
Color information
#CE8390 (or 0xCE8390) is known color: Puce. HEX triplet: CE, 83 and 90. RGB value is (206,131,144). Sum of RGB (Red+Green+Blue) = 206+131+144=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8390 is #317C6F. Grayscale: #9A9A9A. Windows color (decimal): -3243120 or 9470926. OLE color: 9470926.
HSL color Cylindrical-coordinate representation of color #CE8390: hue angle of 349.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8390 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 144 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.19 |
| HSL | 349.6º | 0.43% | 0.66% | - |
| HSV(B) | 349.6º | 0.36% | 0.81% | - |
| XYZ | 38.6 | 31.37 | 30.41 | - |
| YUV | 154.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 144 | 0 | 0.36 | 0.30 | 0.19 | 349.6 | 0.43 | 0.66 |
| Hex | CE | 83 | 90 | 0 | 24 | 1E | 13 | 15E | 2B | 42 |
| Octal | 316 | 203 | 220 | 0 | 44 | 36 | 23 | 536 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10010000 | 0 | 100100 | 11110 | 10011 | 101011110 | 101011 | 1000010 |
Color Harmonies of #CE8390
Complementary color
Monochromatic Colors of #CE8390
Black with #CE8390
Text Example
Text Example
White with #CE8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8390; }
p { color: rgb(206,131,144); }
H1.HeaderClassName
{
color: #CE8390;
}
.AnyTagClassName
{
color: #CE8390;
}
</style>
background-color css
<style>
a { background-color: #CE8390; }
a { background-color: rgb(206,131,144); }
div.DivClassName
{
background-color: #CE8390;
}
.BgClassName
{
background-color: #CE8390;
}
</style>
border-color css
<style>
span { border-color: #CE8390; }
span { border-color: rgb(206,131,144); }
td.TdClassName
{
border-color: #CE8390;
}
.TagClassName
{
border-color: #CE8390;
}
</style>