Shades of Charm #CE6B80
Tints of Charm #CE6B80
RGB
CMYK
RGB Variations
Color information
#CE6B80 (or 0xCE6B80) is known color: Charm. HEX triplet: CE, 6B and 80. RGB value is (206,107,128). Sum of RGB (Red+Green+Blue) = 206+107+128=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B80 is #31947F. Grayscale: #8B8B8B. Windows color (decimal): -3249280 or 8416206. OLE color: 8416206.
HSL color Cylindrical-coordinate representation of color #CE6B80: hue angle of 347.27º 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 #CE6B80 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 128 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.19 |
| HSL | 347.27º | 0.5% | 0.61% | - |
| HSV(B) | 347.27º | 0.48% | 0.81% | - |
| XYZ | 34.61 | 25.2 | 23.46 | - |
| YUV | 139 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 128 | 0 | 0.48 | 0.38 | 0.19 | 347.27 | 0.5 | 0.61 |
| Hex | CE | 6B | 80 | 0 | 30 | 26 | 13 | 15B | 32 | 3D |
| Octal | 316 | 153 | 200 | 0 | 60 | 46 | 23 | 533 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10000000 | 0 | 110000 | 100110 | 10011 | 101011011 | 110010 | 111101 |
Color Harmonies of #CE6B80
Complementary color
Monochromatic Colors of #CE6B80
Black with #CE6B80
Text Example
Text Example
White with #CE6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B80; }
p { color: rgb(206,107,128); }
H1.HeaderClassName
{
color: #CE6B80;
}
.AnyTagClassName
{
color: #CE6B80;
}
</style>
background-color css
<style>
a { background-color: #CE6B80; }
a { background-color: rgb(206,107,128); }
div.DivClassName
{
background-color: #CE6B80;
}
.BgClassName
{
background-color: #CE6B80;
}
</style>
border-color css
<style>
span { border-color: #CE6B80; }
span { border-color: rgb(206,107,128); }
td.TdClassName
{
border-color: #CE6B80;
}
.TagClassName
{
border-color: #CE6B80;
}
</style>