Shades of Puce #CE858D
Tints of Puce #CE858D
RGB
CMYK
RGB Variations
Color information
#CE858D (or 0xCE858D) is known color: Puce. HEX triplet: CE, 85 and 8D. RGB value is (206,133,141). Sum of RGB (Red+Green+Blue) = 206+133+141=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858D is #317A72. Grayscale: #9B9B9B. Windows color (decimal): -3242611 or 9274830. OLE color: 9274830.
HSL color Cylindrical-coordinate representation of color #CE858D: hue angle of 353.42º 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 #CE858D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 141 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.19 |
| HSL | 353.42º | 0.43% | 0.66% | - |
| HSV(B) | 353.42º | 0.35% | 0.81% | - |
| XYZ | 38.65 | 31.82 | 29.3 | - |
| YUV | 155.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 141 | 0 | 0.35 | 0.32 | 0.19 | 353.42 | 0.43 | 0.66 |
| Hex | CE | 85 | 8D | 0 | 23 | 20 | 13 | 161 | 2B | 42 |
| Octal | 316 | 205 | 215 | 0 | 43 | 40 | 23 | 541 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10001101 | 0 | 100011 | 100000 | 10011 | 101100001 | 101011 | 1000010 |
Color Harmonies of #CE858D
Complementary color
Monochromatic Colors of #CE858D
Black with #CE858D
Text Example
Text Example
White with #CE858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE858D; }
p { color: rgb(206,133,141); }
H1.HeaderClassName
{
color: #CE858D;
}
.AnyTagClassName
{
color: #CE858D;
}
</style>
background-color css
<style>
a { background-color: #CE858D; }
a { background-color: rgb(206,133,141); }
div.DivClassName
{
background-color: #CE858D;
}
.BgClassName
{
background-color: #CE858D;
}
</style>
border-color css
<style>
span { border-color: #CE858D; }
span { border-color: rgb(206,133,141); }
td.TdClassName
{
border-color: #CE858D;
}
.TagClassName
{
border-color: #CE858D;
}
</style>