Shades of Puce #CE7FA3
Tints of Puce #CE7FA3
RGB
CMYK
RGB Variations
Color information
#CE7FA3 (or 0xCE7FA3) is known color: Puce. HEX triplet: CE, 7F and A3. RGB value is (206,127,163). Sum of RGB (Red+Green+Blue) = 206+127+163=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FA3 is #31805C. Grayscale: #9A9A9A. Windows color (decimal): -3244125 or 10715086. OLE color: 10715086.
HSL color Cylindrical-coordinate representation of color #CE7FA3: hue angle of 332.66º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FA3 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 163 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.19 |
| HSL | 332.66º | 0.45% | 0.65% | - |
| HSV(B) | 332.66º | 0.38% | 0.81% | - |
| XYZ | 39.65 | 30.94 | 38.53 | - |
| YUV | 154.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 163 | 0 | 0.38 | 0.21 | 0.19 | 332.66 | 0.45 | 0.65 |
| Hex | CE | 7F | A3 | 0 | 26 | 15 | 13 | 14D | 2D | 41 |
| Octal | 316 | 177 | 243 | 0 | 46 | 25 | 23 | 515 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10100011 | 0 | 100110 | 10101 | 10011 | 101001101 | 101101 | 1000001 |
Color Harmonies of #CE7FA3
Complementary color
Monochromatic Colors of #CE7FA3
Black with #CE7FA3
Text Example
Text Example
White with #CE7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FA3; }
p { color: rgb(206,127,163); }
H1.HeaderClassName
{
color: #CE7FA3;
}
.AnyTagClassName
{
color: #CE7FA3;
}
</style>
background-color css
<style>
a { background-color: #CE7FA3; }
a { background-color: rgb(206,127,163); }
div.DivClassName
{
background-color: #CE7FA3;
}
.BgClassName
{
background-color: #CE7FA3;
}
</style>
border-color css
<style>
span { border-color: #CE7FA3; }
span { border-color: rgb(206,127,163); }
td.TdClassName
{
border-color: #CE7FA3;
}
.TagClassName
{
border-color: #CE7FA3;
}
</style>