Shades of Charm #CE6B7D
Tints of Charm #CE6B7D
RGB
CMYK
RGB Variations
Color information
#CE6B7D (or 0xCE6B7D) is known color: Charm. HEX triplet: CE, 6B and 7D. RGB value is (206,107,125). Sum of RGB (Red+Green+Blue) = 206+107+125=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7D is #319482. Grayscale: #8A8A8A. Windows color (decimal): -3249283 or 8219598. OLE color: 8219598.
HSL color Cylindrical-coordinate representation of color #CE6B7D: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B7D is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 125 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.19 |
| HSL | 349.09º | 0.5% | 0.61% | - |
| HSV(B) | 349.09º | 0.48% | 0.81% | - |
| XYZ | 34.41 | 25.12 | 22.44 | - |
| YUV | 138.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 125 | 0 | 0.48 | 0.39 | 0.19 | 349.09 | 0.5 | 0.61 |
| Hex | CE | 6B | 7D | 0 | 30 | 27 | 13 | 15D | 32 | 3D |
| Octal | 316 | 153 | 175 | 0 | 60 | 47 | 23 | 535 | 62 | 75 |
| Binary | 11001110 | 1101011 | 1111101 | 0 | 110000 | 100111 | 10011 | 101011101 | 110010 | 111101 |
Color Harmonies of #CE6B7D
Complementary color
Monochromatic Colors of #CE6B7D
Black with #CE6B7D
Text Example
Text Example
White with #CE6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B7D; }
p { color: rgb(206,107,125); }
H1.HeaderClassName
{
color: #CE6B7D;
}
.AnyTagClassName
{
color: #CE6B7D;
}
</style>
background-color css
<style>
a { background-color: #CE6B7D; }
a { background-color: rgb(206,107,125); }
div.DivClassName
{
background-color: #CE6B7D;
}
.BgClassName
{
background-color: #CE6B7D;
}
</style>
border-color css
<style>
span { border-color: #CE6B7D; }
span { border-color: rgb(206,107,125); }
td.TdClassName
{
border-color: #CE6B7D;
}
.TagClassName
{
border-color: #CE6B7D;
}
</style>