Shades of Puce #CE8590
Tints of Puce #CE8590
RGB
CMYK
RGB Variations
Color information
#CE8590 (or 0xCE8590) is known color: Puce. HEX triplet: CE, 85 and 90. RGB value is (206,133,144). Sum of RGB (Red+Green+Blue) = 206+133+144=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8590 is #317A6F. Grayscale: #9C9C9C. Windows color (decimal): -3242608 or 9471438. OLE color: 9471438.
HSL color Cylindrical-coordinate representation of color #CE8590: hue angle of 350.96º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8590 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 144 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.19 |
| HSL | 350.96º | 0.43% | 0.66% | - |
| HSV(B) | 350.96º | 0.35% | 0.81% | - |
| XYZ | 38.88 | 31.91 | 30.5 | - |
| YUV | 156.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 144 | 0 | 0.35 | 0.30 | 0.19 | 350.96 | 0.43 | 0.66 |
| Hex | CE | 85 | 90 | 0 | 23 | 1E | 13 | 15F | 2B | 42 |
| Octal | 316 | 205 | 220 | 0 | 43 | 36 | 23 | 537 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10010000 | 0 | 100011 | 11110 | 10011 | 101011111 | 101011 | 1000010 |
Color Harmonies of #CE8590
Complementary color
Monochromatic Colors of #CE8590
Black with #CE8590
Text Example
Text Example
White with #CE8590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8590; }
p { color: rgb(206,133,144); }
H1.HeaderClassName
{
color: #CE8590;
}
.AnyTagClassName
{
color: #CE8590;
}
</style>
background-color css
<style>
a { background-color: #CE8590; }
a { background-color: rgb(206,133,144); }
div.DivClassName
{
background-color: #CE8590;
}
.BgClassName
{
background-color: #CE8590;
}
</style>
border-color css
<style>
span { border-color: #CE8590; }
span { border-color: rgb(206,133,144); }
td.TdClassName
{
border-color: #CE8590;
}
.TagClassName
{
border-color: #CE8590;
}
</style>