Shades of My Pink #CE8A7D
Tints of My Pink #CE8A7D
RGB
CMYK
RGB Variations
Color information
#CE8A7D (or 0xCE8A7D) is known color: My Pink. HEX triplet: CE, 8A and 7D. RGB value is (206,138,125). Sum of RGB (Red+Green+Blue) = 206+138+125=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A7D is #317582. Grayscale: #9C9C9C. Windows color (decimal): -3241347 or 8227534. OLE color: 8227534.
HSL color Cylindrical-coordinate representation of color #CE8A7D: hue angle of 9.63º 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 #CE8A7D is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 125 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.19 |
| HSL | 9.63º | 0.45% | 0.65% | - |
| HSV(B) | 9.63º | 0.39% | 0.81% | - |
| XYZ | 38.24 | 32.78 | 23.71 | - |
| YUV | 156.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 125 | 0 | 0.33 | 0.39 | 0.19 | 9.63 | 0.45 | 0.65 |
| Hex | CE | 8A | 7D | 0 | 21 | 27 | 13 | A | 2D | 41 |
| Octal | 316 | 212 | 175 | 0 | 41 | 47 | 23 | 12 | 55 | 101 |
| Binary | 11001110 | 10001010 | 1111101 | 0 | 100001 | 100111 | 10011 | 1010 | 101101 | 1000001 |
Color Harmonies of #CE8A7D
Complementary color
Monochromatic Colors of #CE8A7D
Black with #CE8A7D
Text Example
Text Example
White with #CE8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A7D; }
p { color: rgb(206,138,125); }
H1.HeaderClassName
{
color: #CE8A7D;
}
.AnyTagClassName
{
color: #CE8A7D;
}
</style>
background-color css
<style>
a { background-color: #CE8A7D; }
a { background-color: rgb(206,138,125); }
div.DivClassName
{
background-color: #CE8A7D;
}
.BgClassName
{
background-color: #CE8A7D;
}
</style>
border-color css
<style>
span { border-color: #CE8A7D; }
span { border-color: rgb(206,138,125); }
td.TdClassName
{
border-color: #CE8A7D;
}
.TagClassName
{
border-color: #CE8A7D;
}
</style>