Shades of Charm #CE7680
Tints of Charm #CE7680
RGB
CMYK
RGB Variations
Color information
#CE7680 (or 0xCE7680) is known color: Charm. HEX triplet: CE, 76 and 80. RGB value is (206,118,128). Sum of RGB (Red+Green+Blue) = 206+118+128=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7680 is #31897F. Grayscale: #919191. Windows color (decimal): -3246464 or 8419022. OLE color: 8419022.
HSL color Cylindrical-coordinate representation of color #CE7680: hue angle of 353.18º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7680 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 128 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.19 |
| HSL | 353.18º | 0.47% | 0.64% | - |
| HSV(B) | 353.18º | 0.43% | 0.81% | - |
| XYZ | 35.83 | 27.64 | 23.87 | - |
| YUV | 145.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 128 | 0 | 0.43 | 0.38 | 0.19 | 353.18 | 0.47 | 0.64 |
| Hex | CE | 76 | 80 | 0 | 2B | 26 | 13 | 161 | 2F | 40 |
| Octal | 316 | 166 | 200 | 0 | 53 | 46 | 23 | 541 | 57 | 100 |
| Binary | 11001110 | 1110110 | 10000000 | 0 | 101011 | 100110 | 10011 | 101100001 | 101111 | 1000000 |
Color Harmonies of #CE7680
Complementary color
Monochromatic Colors of #CE7680
Black with #CE7680
Text Example
Text Example
White with #CE7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7680; }
p { color: rgb(206,118,128); }
H1.HeaderClassName
{
color: #CE7680;
}
.AnyTagClassName
{
color: #CE7680;
}
</style>
background-color css
<style>
a { background-color: #CE7680; }
a { background-color: rgb(206,118,128); }
div.DivClassName
{
background-color: #CE7680;
}
.BgClassName
{
background-color: #CE7680;
}
</style>
border-color css
<style>
span { border-color: #CE7680; }
span { border-color: rgb(206,118,128); }
td.TdClassName
{
border-color: #CE7680;
}
.TagClassName
{
border-color: #CE7680;
}
</style>