Shades of My Pink #CE8379
Tints of My Pink #CE8379
RGB
CMYK
RGB Variations
Color information
#CE8379 (or 0xCE8379) is known color: My Pink. HEX triplet: CE, 83 and 79. RGB value is (206,131,121). Sum of RGB (Red+Green+Blue) = 206+131+121=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8379 is #317C86. Grayscale: #989898. Windows color (decimal): -3243143 or 7963598. OLE color: 7963598.
HSL color Cylindrical-coordinate representation of color #CE8379: hue angle of 7.06º 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 #CE8379 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 121 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.19 |
| HSL | 7.06º | 0.46% | 0.64% | - |
| HSV(B) | 7.06º | 0.41% | 0.81% | - |
| XYZ | 37.02 | 30.73 | 22.07 | - |
| YUV | 152.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 121 | 0 | 0.36 | 0.41 | 0.19 | 7.06 | 0.46 | 0.64 |
| Hex | CE | 83 | 79 | 0 | 24 | 29 | 13 | 7 | 2E | 40 |
| Octal | 316 | 203 | 171 | 0 | 44 | 51 | 23 | 7 | 56 | 100 |
| Binary | 11001110 | 10000011 | 1111001 | 0 | 100100 | 101001 | 10011 | 111 | 101110 | 1000000 |
Color Harmonies of #CE8379
Complementary color
Monochromatic Colors of #CE8379
Black with #CE8379
Text Example
Text Example
White with #CE8379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8379; }
p { color: rgb(206,131,121); }
H1.HeaderClassName
{
color: #CE8379;
}
.AnyTagClassName
{
color: #CE8379;
}
</style>
background-color css
<style>
a { background-color: #CE8379; }
a { background-color: rgb(206,131,121); }
div.DivClassName
{
background-color: #CE8379;
}
.BgClassName
{
background-color: #CE8379;
}
</style>
border-color css
<style>
span { border-color: #CE8379; }
span { border-color: rgb(206,131,121); }
td.TdClassName
{
border-color: #CE8379;
}
.TagClassName
{
border-color: #CE8379;
}
</style>