Shades of My Pink #CE8C7E
Tints of My Pink #CE8C7E
RGB
CMYK
RGB Variations
Color information
#CE8C7E (or 0xCE8C7E) is known color: My Pink. HEX triplet: CE, 8C and 7E. RGB value is (206,140,126). Sum of RGB (Red+Green+Blue) = 206+140+126=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C7E is #317381. Grayscale: #9E9E9E. Windows color (decimal): -3240834 or 8293582. OLE color: 8293582.
HSL color Cylindrical-coordinate representation of color #CE8C7E: hue angle of 10.5º 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 #CE8C7E is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 126 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.19 |
| HSL | 10.5º | 0.45% | 0.65% | - |
| HSV(B) | 10.5º | 0.39% | 0.81% | - |
| XYZ | 38.6 | 33.38 | 24.15 | - |
| YUV | 158.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 126 | 0 | 0.32 | 0.39 | 0.19 | 10.5 | 0.45 | 0.65 |
| Hex | CE | 8C | 7E | 0 | 20 | 27 | 13 | A | 2D | 41 |
| Octal | 316 | 214 | 176 | 0 | 40 | 47 | 23 | 12 | 55 | 101 |
| Binary | 11001110 | 10001100 | 1111110 | 0 | 100000 | 100111 | 10011 | 1010 | 101101 | 1000001 |
Color Harmonies of #CE8C7E
Complementary color
Monochromatic Colors of #CE8C7E
Black with #CE8C7E
Text Example
Text Example
White with #CE8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C7E; }
p { color: rgb(206,140,126); }
H1.HeaderClassName
{
color: #CE8C7E;
}
.AnyTagClassName
{
color: #CE8C7E;
}
</style>
background-color css
<style>
a { background-color: #CE8C7E; }
a { background-color: rgb(206,140,126); }
div.DivClassName
{
background-color: #CE8C7E;
}
.BgClassName
{
background-color: #CE8C7E;
}
</style>
border-color css
<style>
span { border-color: #CE8C7E; }
span { border-color: rgb(206,140,126); }
td.TdClassName
{
border-color: #CE8C7E;
}
.TagClassName
{
border-color: #CE8C7E;
}
</style>