Shades of Puce #CE85A1
Tints of Puce #CE85A1
RGB
CMYK
RGB Variations
Color information
#CE85A1 (or 0xCE85A1) is known color: Puce. HEX triplet: CE, 85 and A1. RGB value is (206,133,161). Sum of RGB (Red+Green+Blue) = 206+133+161=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85A1 is #317A5E. Grayscale: #9D9D9D. Windows color (decimal): -3242591 or 10585550. OLE color: 10585550.
HSL color Cylindrical-coordinate representation of color #CE85A1: hue angle of 336.99º 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 #CE85A1 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 161 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.19 |
| HSL | 336.99º | 0.43% | 0.66% | - |
| HSV(B) | 336.99º | 0.35% | 0.81% | - |
| XYZ | 40.27 | 32.47 | 37.86 | - |
| YUV | 158.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 161 | 0 | 0.35 | 0.22 | 0.19 | 336.99 | 0.43 | 0.66 |
| Hex | CE | 85 | A1 | 0 | 23 | 16 | 13 | 151 | 2B | 42 |
| Octal | 316 | 205 | 241 | 0 | 43 | 26 | 23 | 521 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10100001 | 0 | 100011 | 10110 | 10011 | 101010001 | 101011 | 1000010 |
Color Harmonies of #CE85A1
Complementary color
Monochromatic Colors of #CE85A1
Black with #CE85A1
Text Example
Text Example
White with #CE85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85A1; }
p { color: rgb(206,133,161); }
H1.HeaderClassName
{
color: #CE85A1;
}
.AnyTagClassName
{
color: #CE85A1;
}
</style>
background-color css
<style>
a { background-color: #CE85A1; }
a { background-color: rgb(206,133,161); }
div.DivClassName
{
background-color: #CE85A1;
}
.BgClassName
{
background-color: #CE85A1;
}
</style>
border-color css
<style>
span { border-color: #CE85A1; }
span { border-color: rgb(206,133,161); }
td.TdClassName
{
border-color: #CE85A1;
}
.TagClassName
{
border-color: #CE85A1;
}
</style>