Shades of Puce #CE858B
Tints of Puce #CE858B
RGB
CMYK
RGB Variations
Color information
#CE858B (or 0xCE858B) is known color: Puce. HEX triplet: CE, 85 and 8B. RGB value is (206,133,139). Sum of RGB (Red+Green+Blue) = 206+133+139=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858B is #317A74. Grayscale: #9B9B9B. Windows color (decimal): -3242613 or 9143758. OLE color: 9143758.
HSL color Cylindrical-coordinate representation of color #CE858B: hue angle of 355.07º 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 #CE858B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 139 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.19 |
| HSL | 355.07º | 0.43% | 0.66% | - |
| HSV(B) | 355.07º | 0.35% | 0.81% | - |
| XYZ | 38.5 | 31.76 | 28.53 | - |
| YUV | 155.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 139 | 0 | 0.35 | 0.33 | 0.19 | 355.07 | 0.43 | 0.66 |
| Hex | CE | 85 | 8B | 0 | 23 | 21 | 13 | 163 | 2B | 42 |
| Octal | 316 | 205 | 213 | 0 | 43 | 41 | 23 | 543 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10001011 | 0 | 100011 | 100001 | 10011 | 101100011 | 101011 | 1000010 |
Color Harmonies of #CE858B
Complementary color
Monochromatic Colors of #CE858B
Black with #CE858B
Text Example
Text Example
White with #CE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE858B; }
p { color: rgb(206,133,139); }
H1.HeaderClassName
{
color: #CE858B;
}
.AnyTagClassName
{
color: #CE858B;
}
</style>
background-color css
<style>
a { background-color: #CE858B; }
a { background-color: rgb(206,133,139); }
div.DivClassName
{
background-color: #CE858B;
}
.BgClassName
{
background-color: #CE858B;
}
</style>
border-color css
<style>
span { border-color: #CE858B; }
span { border-color: rgb(206,133,139); }
td.TdClassName
{
border-color: #CE858B;
}
.TagClassName
{
border-color: #CE858B;
}
</style>