Shades of My Pink #CE8C82
Tints of My Pink #CE8C82
RGB
CMYK
RGB Variations
Color information
#CE8C82 (or 0xCE8C82) is known color: My Pink. HEX triplet: CE, 8C and 82. RGB value is (206,140,130). Sum of RGB (Red+Green+Blue) = 206+140+130=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C82 is #31737D. Grayscale: #9E9E9E. Windows color (decimal): -3240830 or 8555726. OLE color: 8555726.
HSL color Cylindrical-coordinate representation of color #CE8C82: hue angle of 7.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8C82 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 130 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.19 |
| HSL | 7.89º | 0.44% | 0.66% | - |
| HSV(B) | 7.89º | 0.37% | 0.81% | - |
| XYZ | 38.86 | 33.49 | 25.54 | - |
| YUV | 158.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 130 | 0 | 0.32 | 0.37 | 0.19 | 7.89 | 0.44 | 0.66 |
| Hex | CE | 8C | 82 | 0 | 20 | 25 | 13 | 8 | 2C | 42 |
| Octal | 316 | 214 | 202 | 0 | 40 | 45 | 23 | 10 | 54 | 102 |
| Binary | 11001110 | 10001100 | 10000010 | 0 | 100000 | 100101 | 10011 | 1000 | 101100 | 1000010 |
Color Harmonies of #CE8C82
Complementary color
Monochromatic Colors of #CE8C82
Black with #CE8C82
Text Example
Text Example
White with #CE8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C82; }
p { color: rgb(206,140,130); }
H1.HeaderClassName
{
color: #CE8C82;
}
.AnyTagClassName
{
color: #CE8C82;
}
</style>
background-color css
<style>
a { background-color: #CE8C82; }
a { background-color: rgb(206,140,130); }
div.DivClassName
{
background-color: #CE8C82;
}
.BgClassName
{
background-color: #CE8C82;
}
</style>
border-color css
<style>
span { border-color: #CE8C82; }
span { border-color: rgb(206,140,130); }
td.TdClassName
{
border-color: #CE8C82;
}
.TagClassName
{
border-color: #CE8C82;
}
</style>