Shades of Puce #CE858A
Tints of Puce #CE858A
RGB
CMYK
RGB Variations
Color information
#CE858A (or 0xCE858A) is known color: Puce. HEX triplet: CE, 85 and 8A. RGB value is (206,133,138). Sum of RGB (Red+Green+Blue) = 206+133+138=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858A is #317A75. Grayscale: #9B9B9B. Windows color (decimal): -3242614 or 9078222. OLE color: 9078222.
HSL color Cylindrical-coordinate representation of color #CE858A: hue angle of 355.89º 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 #CE858A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 138 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.19 |
| HSL | 355.89º | 0.43% | 0.66% | - |
| HSV(B) | 355.89º | 0.35% | 0.81% | - |
| XYZ | 38.43 | 31.73 | 28.14 | - |
| YUV | 155.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 138 | 0 | 0.35 | 0.33 | 0.19 | 355.89 | 0.43 | 0.66 |
| Hex | CE | 85 | 8A | 0 | 23 | 21 | 13 | 164 | 2B | 42 |
| Octal | 316 | 205 | 212 | 0 | 43 | 41 | 23 | 544 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10001010 | 0 | 100011 | 100001 | 10011 | 101100100 | 101011 | 1000010 |
Color Harmonies of #CE858A
Complementary color
Monochromatic Colors of #CE858A
Black with #CE858A
Text Example
Text Example
White with #CE858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE858A; }
p { color: rgb(206,133,138); }
H1.HeaderClassName
{
color: #CE858A;
}
.AnyTagClassName
{
color: #CE858A;
}
</style>
background-color css
<style>
a { background-color: #CE858A; }
a { background-color: rgb(206,133,138); }
div.DivClassName
{
background-color: #CE858A;
}
.BgClassName
{
background-color: #CE858A;
}
</style>
border-color css
<style>
span { border-color: #CE858A; }
span { border-color: rgb(206,133,138); }
td.TdClassName
{
border-color: #CE858A;
}
.TagClassName
{
border-color: #CE858A;
}
</style>