Shades of Puce #CE8090
Tints of Puce #CE8090
RGB
CMYK
RGB Variations
Color information
#CE8090 (or 0xCE8090) is known color: Puce. HEX triplet: CE, 80 and 90. RGB value is (206,128,144). Sum of RGB (Red+Green+Blue) = 206+128+144=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8090 is #317F6F. Grayscale: #999999. Windows color (decimal): -3243888 or 9470158. OLE color: 9470158.
HSL color Cylindrical-coordinate representation of color #CE8090: hue angle of 347.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8090 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 144 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.19 |
| HSL | 347.69º | 0.44% | 0.65% | - |
| HSV(B) | 347.69º | 0.38% | 0.81% | - |
| XYZ | 38.21 | 30.57 | 30.27 | - |
| YUV | 153.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 144 | 0 | 0.38 | 0.30 | 0.19 | 347.69 | 0.44 | 0.65 |
| Hex | CE | 80 | 90 | 0 | 26 | 1E | 13 | 15C | 2C | 41 |
| Octal | 316 | 200 | 220 | 0 | 46 | 36 | 23 | 534 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10010000 | 0 | 100110 | 11110 | 10011 | 101011100 | 101100 | 1000001 |
Color Harmonies of #CE8090
Complementary color
Monochromatic Colors of #CE8090
Black with #CE8090
Text Example
Text Example
White with #CE8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8090; }
p { color: rgb(206,128,144); }
H1.HeaderClassName
{
color: #CE8090;
}
.AnyTagClassName
{
color: #CE8090;
}
</style>
background-color css
<style>
a { background-color: #CE8090; }
a { background-color: rgb(206,128,144); }
div.DivClassName
{
background-color: #CE8090;
}
.BgClassName
{
background-color: #CE8090;
}
</style>
border-color css
<style>
span { border-color: #CE8090; }
span { border-color: rgb(206,128,144); }
td.TdClassName
{
border-color: #CE8090;
}
.TagClassName
{
border-color: #CE8090;
}
</style>