Shades of My Pink #CE8C83
Tints of My Pink #CE8C83
RGB
CMYK
RGB Variations
Color information
#CE8C83 (or 0xCE8C83) is known color: My Pink. HEX triplet: CE, 8C and 83. RGB value is (206,140,131). Sum of RGB (Red+Green+Blue) = 206+140+131=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C83 is #31737C. Grayscale: #9E9E9E. Windows color (decimal): -3240829 or 8621262. OLE color: 8621262.
HSL color Cylindrical-coordinate representation of color #CE8C83: hue angle of 7.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8C83 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 131 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.19 |
| HSL | 7.2º | 0.43% | 0.66% | - |
| HSV(B) | 7.2º | 0.36% | 0.81% | - |
| XYZ | 38.93 | 33.52 | 25.89 | - |
| YUV | 158.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 131 | 0 | 0.32 | 0.36 | 0.19 | 7.2 | 0.43 | 0.66 |
| Hex | CE | 8C | 83 | 0 | 20 | 24 | 13 | 7 | 2B | 42 |
| Octal | 316 | 214 | 203 | 0 | 40 | 44 | 23 | 7 | 53 | 102 |
| Binary | 11001110 | 10001100 | 10000011 | 0 | 100000 | 100100 | 10011 | 111 | 101011 | 1000010 |
Color Harmonies of #CE8C83
Complementary color
Monochromatic Colors of #CE8C83
Black with #CE8C83
Text Example
Text Example
White with #CE8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C83; }
p { color: rgb(206,140,131); }
H1.HeaderClassName
{
color: #CE8C83;
}
.AnyTagClassName
{
color: #CE8C83;
}
</style>
background-color css
<style>
a { background-color: #CE8C83; }
a { background-color: rgb(206,140,131); }
div.DivClassName
{
background-color: #CE8C83;
}
.BgClassName
{
background-color: #CE8C83;
}
</style>
border-color css
<style>
span { border-color: #CE8C83; }
span { border-color: rgb(206,140,131); }
td.TdClassName
{
border-color: #CE8C83;
}
.TagClassName
{
border-color: #CE8C83;
}
</style>