Shades of My Pink #CE827B
Tints of My Pink #CE827B
RGB
CMYK
RGB Variations
Color information
#CE827B (or 0xCE827B) is known color: My Pink. HEX triplet: CE, 82 and 7B. RGB value is (206,130,123). Sum of RGB (Red+Green+Blue) = 206+130+123=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE827B is #317D84. Grayscale: #989898. Windows color (decimal): -3243397 or 8094414. OLE color: 8094414.
HSL color Cylindrical-coordinate representation of color #CE827B: hue angle of 5.06º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE827B is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 123 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 5.06º | 0.46% | 0.65% | - |
| HSV(B) | 5.06º | 0.4% | 0.81% | - |
| XYZ | 37.01 | 30.52 | 22.68 | - |
| YUV | 151.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 123 | 0 | 0.37 | 0.40 | 0.19 | 5.06 | 0.46 | 0.65 |
| Hex | CE | 82 | 7B | 0 | 25 | 28 | 13 | 5 | 2E | 41 |
| Octal | 316 | 202 | 173 | 0 | 45 | 50 | 23 | 5 | 56 | 101 |
| Binary | 11001110 | 10000010 | 1111011 | 0 | 100101 | 101000 | 10011 | 101 | 101110 | 1000001 |
Color Harmonies of #CE827B
Complementary color
Monochromatic Colors of #CE827B
Black with #CE827B
Text Example
Text Example
White with #CE827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE827B; }
p { color: rgb(206,130,123); }
H1.HeaderClassName
{
color: #CE827B;
}
.AnyTagClassName
{
color: #CE827B;
}
</style>
background-color css
<style>
a { background-color: #CE827B; }
a { background-color: rgb(206,130,123); }
div.DivClassName
{
background-color: #CE827B;
}
.BgClassName
{
background-color: #CE827B;
}
</style>
border-color css
<style>
span { border-color: #CE827B; }
span { border-color: rgb(206,130,123); }
td.TdClassName
{
border-color: #CE827B;
}
.TagClassName
{
border-color: #CE827B;
}
</style>