Shades of Charm #CE758A
Tints of Charm #CE758A
RGB
CMYK
RGB Variations
Color information
#CE758A (or 0xCE758A) is known color: Charm. HEX triplet: CE, 75 and 8A. RGB value is (206,117,138). Sum of RGB (Red+Green+Blue) = 206+117+138=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758A is #318A75. Grayscale: #929292. Windows color (decimal): -3246710 or 9074126. OLE color: 9074126.
HSL color Cylindrical-coordinate representation of color #CE758A: hue angle of 345.84º 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 #CE758A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 138 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.19 |
| HSL | 345.84º | 0.48% | 0.63% | - |
| HSV(B) | 345.84º | 0.43% | 0.81% | - |
| XYZ | 36.4 | 27.68 | 27.47 | - |
| YUV | 146.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 138 | 0 | 0.43 | 0.33 | 0.19 | 345.84 | 0.48 | 0.63 |
| Hex | CE | 75 | 8A | 0 | 2B | 21 | 13 | 15A | 30 | 3F |
| Octal | 316 | 165 | 212 | 0 | 53 | 41 | 23 | 532 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10001010 | 0 | 101011 | 100001 | 10011 | 101011010 | 110000 | 111111 |
Color Harmonies of #CE758A
Complementary color
Monochromatic Colors of #CE758A
Black with #CE758A
Text Example
Text Example
White with #CE758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE758A; }
p { color: rgb(206,117,138); }
H1.HeaderClassName
{
color: #CE758A;
}
.AnyTagClassName
{
color: #CE758A;
}
</style>
background-color css
<style>
a { background-color: #CE758A; }
a { background-color: rgb(206,117,138); }
div.DivClassName
{
background-color: #CE758A;
}
.BgClassName
{
background-color: #CE758A;
}
</style>
border-color css
<style>
span { border-color: #CE758A; }
span { border-color: rgb(206,117,138); }
td.TdClassName
{
border-color: #CE758A;
}
.TagClassName
{
border-color: #CE758A;
}
</style>