Shades of Puce #CE7D9A
Tints of Puce #CE7D9A
RGB
CMYK
RGB Variations
Color information
#CE7D9A (or 0xCE7D9A) is known color: Puce. HEX triplet: CE, 7D and 9A. RGB value is (206,125,154). Sum of RGB (Red+Green+Blue) = 206+125+154=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D9A is #318265. Grayscale: #989898. Windows color (decimal): -3244646 or 10124750. OLE color: 10124750.
HSL color Cylindrical-coordinate representation of color #CE7D9A: hue angle of 338.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7D9A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 154 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.19 |
| HSL | 338.52º | 0.45% | 0.65% | - |
| HSV(B) | 338.52º | 0.39% | 0.81% | - |
| XYZ | 38.62 | 30.12 | 34.35 | - |
| YUV | 152.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 154 | 0 | 0.39 | 0.25 | 0.19 | 338.52 | 0.45 | 0.65 |
| Hex | CE | 7D | 9A | 0 | 27 | 19 | 13 | 153 | 2D | 41 |
| Octal | 316 | 175 | 232 | 0 | 47 | 31 | 23 | 523 | 55 | 101 |
| Binary | 11001110 | 1111101 | 10011010 | 0 | 100111 | 11001 | 10011 | 101010011 | 101101 | 1000001 |
Color Harmonies of #CE7D9A
Complementary color
Monochromatic Colors of #CE7D9A
Black with #CE7D9A
Text Example
Text Example
White with #CE7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D9A; }
p { color: rgb(206,125,154); }
H1.HeaderClassName
{
color: #CE7D9A;
}
.AnyTagClassName
{
color: #CE7D9A;
}
</style>
background-color css
<style>
a { background-color: #CE7D9A; }
a { background-color: rgb(206,125,154); }
div.DivClassName
{
background-color: #CE7D9A;
}
.BgClassName
{
background-color: #CE7D9A;
}
</style>
border-color css
<style>
span { border-color: #CE7D9A; }
span { border-color: rgb(206,125,154); }
td.TdClassName
{
border-color: #CE7D9A;
}
.TagClassName
{
border-color: #CE7D9A;
}
</style>