Shades of Charm #CE778A
Tints of Charm #CE778A
RGB
CMYK
RGB Variations
Color information
#CE778A (or 0xCE778A) is known color: Charm. HEX triplet: CE, 77 and 8A. RGB value is (206,119,138). Sum of RGB (Red+Green+Blue) = 206+119+138=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE778A is #318875. Grayscale: #939393. Windows color (decimal): -3246198 or 9074638. OLE color: 9074638.
HSL color Cylindrical-coordinate representation of color #CE778A: hue angle of 346.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE778A is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 138 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.19 |
| HSL | 346.9º | 0.47% | 0.64% | - |
| HSV(B) | 346.9º | 0.42% | 0.81% | - |
| XYZ | 36.64 | 28.15 | 27.55 | - |
| YUV | 147.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 138 | 0 | 0.42 | 0.33 | 0.19 | 346.9 | 0.47 | 0.64 |
| Hex | CE | 77 | 8A | 0 | 2A | 21 | 13 | 15B | 2F | 40 |
| Octal | 316 | 167 | 212 | 0 | 52 | 41 | 23 | 533 | 57 | 100 |
| Binary | 11001110 | 1110111 | 10001010 | 0 | 101010 | 100001 | 10011 | 101011011 | 101111 | 1000000 |
Color Harmonies of #CE778A
Complementary color
Monochromatic Colors of #CE778A
Black with #CE778A
Text Example
Text Example
White with #CE778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE778A; }
p { color: rgb(206,119,138); }
H1.HeaderClassName
{
color: #CE778A;
}
.AnyTagClassName
{
color: #CE778A;
}
</style>
background-color css
<style>
a { background-color: #CE778A; }
a { background-color: rgb(206,119,138); }
div.DivClassName
{
background-color: #CE778A;
}
.BgClassName
{
background-color: #CE778A;
}
</style>
border-color css
<style>
span { border-color: #CE778A; }
span { border-color: rgb(206,119,138); }
td.TdClassName
{
border-color: #CE778A;
}
.TagClassName
{
border-color: #CE778A;
}
</style>