Shades of Charm #CE6C78
Tints of Charm #CE6C78
RGB
CMYK
RGB Variations
Color information
#CE6C78 (or 0xCE6C78) is known color: Charm. HEX triplet: CE, 6C and 78. RGB value is (206,108,120). Sum of RGB (Red+Green+Blue) = 206+108+120=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C78 is #319387. Grayscale: #8A8A8A. Windows color (decimal): -3249032 or 7892174. OLE color: 7892174.
HSL color Cylindrical-coordinate representation of color #CE6C78: hue angle of 352.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6C78 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 120 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.19 |
| HSL | 352.65º | 0.5% | 0.62% | - |
| HSV(B) | 352.65º | 0.48% | 0.81% | - |
| XYZ | 34.21 | 25.2 | 20.83 | - |
| YUV | 138.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 120 | 0 | 0.48 | 0.42 | 0.19 | 352.65 | 0.5 | 0.62 |
| Hex | CE | 6C | 78 | 0 | 30 | 2A | 13 | 161 | 32 | 3E |
| Octal | 316 | 154 | 170 | 0 | 60 | 52 | 23 | 541 | 62 | 76 |
| Binary | 11001110 | 1101100 | 1111000 | 0 | 110000 | 101010 | 10011 | 101100001 | 110010 | 111110 |
Color Harmonies of #CE6C78
Complementary color
Monochromatic Colors of #CE6C78
Black with #CE6C78
Text Example
Text Example
White with #CE6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C78; }
p { color: rgb(206,108,120); }
H1.HeaderClassName
{
color: #CE6C78;
}
.AnyTagClassName
{
color: #CE6C78;
}
</style>
background-color css
<style>
a { background-color: #CE6C78; }
a { background-color: rgb(206,108,120); }
div.DivClassName
{
background-color: #CE6C78;
}
.BgClassName
{
background-color: #CE6C78;
}
</style>
border-color css
<style>
span { border-color: #CE6C78; }
span { border-color: rgb(206,108,120); }
td.TdClassName
{
border-color: #CE6C78;
}
.TagClassName
{
border-color: #CE6C78;
}
</style>