Shades of My Pink #CE867A
Tints of My Pink #CE867A
RGB
CMYK
RGB Variations
Color information
#CE867A (or 0xCE867A) is known color: My Pink. HEX triplet: CE, 86 and 7A. RGB value is (206,134,122). Sum of RGB (Red+Green+Blue) = 206+134+122=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE867A is #317985. Grayscale: #9A9A9A. Windows color (decimal): -3242374 or 8029902. OLE color: 8029902.
HSL color Cylindrical-coordinate representation of color #CE867A: hue angle of 8.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE867A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 122 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.19 |
| HSL | 8.57º | 0.46% | 0.64% | - |
| HSV(B) | 8.57º | 0.41% | 0.81% | - |
| XYZ | 37.49 | 31.58 | 22.53 | - |
| YUV | 154.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 122 | 0 | 0.35 | 0.41 | 0.19 | 8.57 | 0.46 | 0.64 |
| Hex | CE | 86 | 7A | 0 | 23 | 29 | 13 | 9 | 2E | 40 |
| Octal | 316 | 206 | 172 | 0 | 43 | 51 | 23 | 11 | 56 | 100 |
| Binary | 11001110 | 10000110 | 1111010 | 0 | 100011 | 101001 | 10011 | 1001 | 101110 | 1000000 |
Color Harmonies of #CE867A
Complementary color
Monochromatic Colors of #CE867A
Black with #CE867A
Text Example
Text Example
White with #CE867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE867A; }
p { color: rgb(206,134,122); }
H1.HeaderClassName
{
color: #CE867A;
}
.AnyTagClassName
{
color: #CE867A;
}
</style>
background-color css
<style>
a { background-color: #CE867A; }
a { background-color: rgb(206,134,122); }
div.DivClassName
{
background-color: #CE867A;
}
.BgClassName
{
background-color: #CE867A;
}
</style>
border-color css
<style>
span { border-color: #CE867A; }
span { border-color: rgb(206,134,122); }
td.TdClassName
{
border-color: #CE867A;
}
.TagClassName
{
border-color: #CE867A;
}
</style>