Shades of Puce #CE858E
Tints of Puce #CE858E
RGB
CMYK
RGB Variations
Color information
#CE858E (or 0xCE858E) is known color: Puce. HEX triplet: CE, 85 and 8E. RGB value is (206,133,142). Sum of RGB (Red+Green+Blue) = 206+133+142=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858E is #317A71. Grayscale: #9B9B9B. Windows color (decimal): -3242610 or 9340366. OLE color: 9340366.
HSL color Cylindrical-coordinate representation of color #CE858E: hue angle of 352.6º 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 #CE858E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 142 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.19 |
| HSL | 352.6º | 0.43% | 0.66% | - |
| HSV(B) | 352.6º | 0.35% | 0.81% | - |
| XYZ | 38.72 | 31.85 | 29.7 | - |
| YUV | 155.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 142 | 0 | 0.35 | 0.31 | 0.19 | 352.6 | 0.43 | 0.66 |
| Hex | CE | 85 | 8E | 0 | 23 | 1F | 13 | 161 | 2B | 42 |
| Octal | 316 | 205 | 216 | 0 | 43 | 37 | 23 | 541 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10001110 | 0 | 100011 | 11111 | 10011 | 101100001 | 101011 | 1000010 |
Color Harmonies of #CE858E
Complementary color
Monochromatic Colors of #CE858E
Black with #CE858E
Text Example
Text Example
White with #CE858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE858E; }
p { color: rgb(206,133,142); }
H1.HeaderClassName
{
color: #CE858E;
}
.AnyTagClassName
{
color: #CE858E;
}
</style>
background-color css
<style>
a { background-color: #CE858E; }
a { background-color: rgb(206,133,142); }
div.DivClassName
{
background-color: #CE858E;
}
.BgClassName
{
background-color: #CE858E;
}
</style>
border-color css
<style>
span { border-color: #CE858E; }
span { border-color: rgb(206,133,142); }
td.TdClassName
{
border-color: #CE858E;
}
.TagClassName
{
border-color: #CE858E;
}
</style>