Shades of My Pink #CE8377
Tints of My Pink #CE8377
RGB
CMYK
RGB Variations
Color information
#CE8377 (or 0xCE8377) is known color: My Pink. HEX triplet: CE, 83 and 77. RGB value is (206,131,119). Sum of RGB (Red+Green+Blue) = 206+131+119=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8377 is #317C88. Grayscale: #989898. Windows color (decimal): -3243145 or 7832526. OLE color: 7832526.
HSL color Cylindrical-coordinate representation of color #CE8377: hue angle of 8.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8377 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 119 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.19 |
| HSL | 8.28º | 0.47% | 0.64% | - |
| HSV(B) | 8.28º | 0.42% | 0.81% | - |
| XYZ | 36.9 | 30.69 | 21.43 | - |
| YUV | 152.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 119 | 0 | 0.36 | 0.42 | 0.19 | 8.28 | 0.47 | 0.64 |
| Hex | CE | 83 | 77 | 0 | 24 | 2A | 13 | 8 | 2F | 40 |
| Octal | 316 | 203 | 167 | 0 | 44 | 52 | 23 | 10 | 57 | 100 |
| Binary | 11001110 | 10000011 | 1110111 | 0 | 100100 | 101010 | 10011 | 1000 | 101111 | 1000000 |
Color Harmonies of #CE8377
Complementary color
Monochromatic Colors of #CE8377
Black with #CE8377
Text Example
Text Example
White with #CE8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8377; }
p { color: rgb(206,131,119); }
H1.HeaderClassName
{
color: #CE8377;
}
.AnyTagClassName
{
color: #CE8377;
}
</style>
background-color css
<style>
a { background-color: #CE8377; }
a { background-color: rgb(206,131,119); }
div.DivClassName
{
background-color: #CE8377;
}
.BgClassName
{
background-color: #CE8377;
}
</style>
border-color css
<style>
span { border-color: #CE8377; }
span { border-color: rgb(206,131,119); }
td.TdClassName
{
border-color: #CE8377;
}
.TagClassName
{
border-color: #CE8377;
}
</style>