Shades of Charm #CE6F7B
Tints of Charm #CE6F7B
RGB
CMYK
RGB Variations
Color information
#CE6F7B (or 0xCE6F7B) is known color: Charm. HEX triplet: CE, 6F and 7B. RGB value is (206,111,123). Sum of RGB (Red+Green+Blue) = 206+111+123=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F7B is #319084. Grayscale: #8C8C8C. Windows color (decimal): -3248261 or 8089550. OLE color: 8089550.
HSL color Cylindrical-coordinate representation of color #CE6F7B: hue angle of 352.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6F7B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 123 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.19 |
| HSL | 352.42º | 0.49% | 0.62% | - |
| HSV(B) | 352.42º | 0.46% | 0.81% | - |
| XYZ | 34.71 | 25.92 | 21.91 | - |
| YUV | 140.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 123 | 0 | 0.46 | 0.40 | 0.19 | 352.42 | 0.49 | 0.62 |
| Hex | CE | 6F | 7B | 0 | 2E | 28 | 13 | 160 | 31 | 3E |
| Octal | 316 | 157 | 173 | 0 | 56 | 50 | 23 | 540 | 61 | 76 |
| Binary | 11001110 | 1101111 | 1111011 | 0 | 101110 | 101000 | 10011 | 101100000 | 110001 | 111110 |
Color Harmonies of #CE6F7B
Complementary color
Monochromatic Colors of #CE6F7B
Black with #CE6F7B
Text Example
Text Example
White with #CE6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F7B; }
p { color: rgb(206,111,123); }
H1.HeaderClassName
{
color: #CE6F7B;
}
.AnyTagClassName
{
color: #CE6F7B;
}
</style>
background-color css
<style>
a { background-color: #CE6F7B; }
a { background-color: rgb(206,111,123); }
div.DivClassName
{
background-color: #CE6F7B;
}
.BgClassName
{
background-color: #CE6F7B;
}
</style>
border-color css
<style>
span { border-color: #CE6F7B; }
span { border-color: rgb(206,111,123); }
td.TdClassName
{
border-color: #CE6F7B;
}
.TagClassName
{
border-color: #CE6F7B;
}
</style>