Shades of Charm #CE657D
Tints of Charm #CE657D
RGB
CMYK
RGB Variations
Color information
#CE657D (or 0xCE657D) is known color: Charm. HEX triplet: CE, 65 and 7D. RGB value is (206,101,125). Sum of RGB (Red+Green+Blue) = 206+101+125=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE657D is #319A82. Grayscale: #878787. Windows color (decimal): -3250819 or 8218062. OLE color: 8218062.
HSL color Cylindrical-coordinate representation of color #CE657D: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE657D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 125 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.19 |
| HSL | 346.29º | 0.52% | 0.6% | - |
| HSV(B) | 346.29º | 0.51% | 0.81% | - |
| XYZ | 33.81 | 23.91 | 22.24 | - |
| YUV | 135.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 125 | 0 | 0.51 | 0.39 | 0.19 | 346.29 | 0.52 | 0.6 |
| Hex | CE | 65 | 7D | 0 | 33 | 27 | 13 | 15A | 34 | 3C |
| Octal | 316 | 145 | 175 | 0 | 63 | 47 | 23 | 532 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1111101 | 0 | 110011 | 100111 | 10011 | 101011010 | 110100 | 111100 |
Color Harmonies of #CE657D
Complementary color
Monochromatic Colors of #CE657D
Black with #CE657D
Text Example
Text Example
White with #CE657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE657D; }
p { color: rgb(206,101,125); }
H1.HeaderClassName
{
color: #CE657D;
}
.AnyTagClassName
{
color: #CE657D;
}
</style>
background-color css
<style>
a { background-color: #CE657D; }
a { background-color: rgb(206,101,125); }
div.DivClassName
{
background-color: #CE657D;
}
.BgClassName
{
background-color: #CE657D;
}
</style>
border-color css
<style>
span { border-color: #CE657D; }
span { border-color: rgb(206,101,125); }
td.TdClassName
{
border-color: #CE657D;
}
.TagClassName
{
border-color: #CE657D;
}
</style>