Shades of Puce #CE888A
Tints of Puce #CE888A
RGB
CMYK
RGB Variations
Color information
#CE888A (or 0xCE888A) is known color: Puce. HEX triplet: CE, 88 and 8A. RGB value is (206,136,138). Sum of RGB (Red+Green+Blue) = 206+136+138=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE888A is #317775. Grayscale: #9D9D9D. Windows color (decimal): -3241846 or 9078990. OLE color: 9078990.
HSL color Cylindrical-coordinate representation of color #CE888A: hue angle of 358.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE888A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 138 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.19 |
| HSL | 358.29º | 0.42% | 0.67% | - |
| HSV(B) | 358.29º | 0.34% | 0.81% | - |
| XYZ | 38.85 | 32.57 | 28.28 | - |
| YUV | 157.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 138 | 0 | 0.34 | 0.33 | 0.19 | 358.29 | 0.42 | 0.67 |
| Hex | CE | 88 | 8A | 0 | 22 | 21 | 13 | 166 | 2A | 43 |
| Octal | 316 | 210 | 212 | 0 | 42 | 41 | 23 | 546 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10001010 | 0 | 100010 | 100001 | 10011 | 101100110 | 101010 | 1000011 |
Color Harmonies of #CE888A
Complementary color
Monochromatic Colors of #CE888A
Black with #CE888A
Text Example
Text Example
White with #CE888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE888A; }
p { color: rgb(206,136,138); }
H1.HeaderClassName
{
color: #CE888A;
}
.AnyTagClassName
{
color: #CE888A;
}
</style>
background-color css
<style>
a { background-color: #CE888A; }
a { background-color: rgb(206,136,138); }
div.DivClassName
{
background-color: #CE888A;
}
.BgClassName
{
background-color: #CE888A;
}
</style>
border-color css
<style>
span { border-color: #CE888A; }
span { border-color: rgb(206,136,138); }
td.TdClassName
{
border-color: #CE888A;
}
.TagClassName
{
border-color: #CE888A;
}
</style>