Shades of Charm #CE6A7D
Tints of Charm #CE6A7D
RGB
CMYK
RGB Variations
Color information
#CE6A7D (or 0xCE6A7D) is known color: Charm. HEX triplet: CE, 6A and 7D. RGB value is (206,106,125). Sum of RGB (Red+Green+Blue) = 206+106+125=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A7D is #319582. Grayscale: #8A8A8A. Windows color (decimal): -3249539 or 8219342. OLE color: 8219342.
HSL color Cylindrical-coordinate representation of color #CE6A7D: hue angle of 348.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6A7D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 125 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.19 |
| HSL | 348.6º | 0.51% | 0.61% | - |
| HSV(B) | 348.6º | 0.49% | 0.81% | - |
| XYZ | 34.31 | 24.91 | 22.4 | - |
| YUV | 138.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 125 | 0 | 0.49 | 0.39 | 0.19 | 348.6 | 0.51 | 0.61 |
| Hex | CE | 6A | 7D | 0 | 31 | 27 | 13 | 15D | 33 | 3D |
| Octal | 316 | 152 | 175 | 0 | 61 | 47 | 23 | 535 | 63 | 75 |
| Binary | 11001110 | 1101010 | 1111101 | 0 | 110001 | 100111 | 10011 | 101011101 | 110011 | 111101 |
Color Harmonies of #CE6A7D
Complementary color
Monochromatic Colors of #CE6A7D
Black with #CE6A7D
Text Example
Text Example
White with #CE6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A7D; }
p { color: rgb(206,106,125); }
H1.HeaderClassName
{
color: #CE6A7D;
}
.AnyTagClassName
{
color: #CE6A7D;
}
</style>
background-color css
<style>
a { background-color: #CE6A7D; }
a { background-color: rgb(206,106,125); }
div.DivClassName
{
background-color: #CE6A7D;
}
.BgClassName
{
background-color: #CE6A7D;
}
</style>
border-color css
<style>
span { border-color: #CE6A7D; }
span { border-color: rgb(206,106,125); }
td.TdClassName
{
border-color: #CE6A7D;
}
.TagClassName
{
border-color: #CE6A7D;
}
</style>