Shades of Charm #CE758B
Tints of Charm #CE758B
RGB
CMYK
RGB Variations
Color information
#CE758B (or 0xCE758B) is known color: Charm. HEX triplet: CE, 75 and 8B. RGB value is (206,117,139). Sum of RGB (Red+Green+Blue) = 206+117+139=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758B is #318A74. Grayscale: #929292. Windows color (decimal): -3246709 or 9139662. OLE color: 9139662.
HSL color Cylindrical-coordinate representation of color #CE758B: hue angle of 345.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE758B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 139 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.19 |
| HSL | 345.17º | 0.48% | 0.63% | - |
| HSV(B) | 345.17º | 0.43% | 0.81% | - |
| XYZ | 36.48 | 27.71 | 27.85 | - |
| YUV | 146.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 139 | 0 | 0.43 | 0.33 | 0.19 | 345.17 | 0.48 | 0.63 |
| Hex | CE | 75 | 8B | 0 | 2B | 21 | 13 | 159 | 30 | 3F |
| Octal | 316 | 165 | 213 | 0 | 53 | 41 | 23 | 531 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10001011 | 0 | 101011 | 100001 | 10011 | 101011001 | 110000 | 111111 |
Color Harmonies of #CE758B
Complementary color
Monochromatic Colors of #CE758B
Black with #CE758B
Text Example
Text Example
White with #CE758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE758B; }
p { color: rgb(206,117,139); }
H1.HeaderClassName
{
color: #CE758B;
}
.AnyTagClassName
{
color: #CE758B;
}
</style>
background-color css
<style>
a { background-color: #CE758B; }
a { background-color: rgb(206,117,139); }
div.DivClassName
{
background-color: #CE758B;
}
.BgClassName
{
background-color: #CE758B;
}
</style>
border-color css
<style>
span { border-color: #CE758B; }
span { border-color: rgb(206,117,139); }
td.TdClassName
{
border-color: #CE758B;
}
.TagClassName
{
border-color: #CE758B;
}
</style>