Shades of Charm #CE6B85
Tints of Charm #CE6B85
RGB
CMYK
RGB Variations
Color information
#CE6B85 (or 0xCE6B85) is known color: Charm. HEX triplet: CE, 6B and 85. RGB value is (206,107,133). Sum of RGB (Red+Green+Blue) = 206+107+133=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B85 is #31947A. Grayscale: #8B8B8B. Windows color (decimal): -3249275 or 8743886. OLE color: 8743886.
HSL color Cylindrical-coordinate representation of color #CE6B85: hue angle of 344.24º 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 #CE6B85 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 133 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.19 |
| HSL | 344.24º | 0.5% | 0.61% | - |
| HSV(B) | 344.24º | 0.48% | 0.81% | - |
| XYZ | 34.94 | 25.33 | 25.24 | - |
| YUV | 139.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 133 | 0 | 0.48 | 0.35 | 0.19 | 344.24 | 0.5 | 0.61 |
| Hex | CE | 6B | 85 | 0 | 30 | 23 | 13 | 158 | 32 | 3D |
| Octal | 316 | 153 | 205 | 0 | 60 | 43 | 23 | 530 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10000101 | 0 | 110000 | 100011 | 10011 | 101011000 | 110010 | 111101 |
Color Harmonies of #CE6B85
Complementary color
Monochromatic Colors of #CE6B85
Black with #CE6B85
Text Example
Text Example
White with #CE6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B85; }
p { color: rgb(206,107,133); }
H1.HeaderClassName
{
color: #CE6B85;
}
.AnyTagClassName
{
color: #CE6B85;
}
</style>
background-color css
<style>
a { background-color: #CE6B85; }
a { background-color: rgb(206,107,133); }
div.DivClassName
{
background-color: #CE6B85;
}
.BgClassName
{
background-color: #CE6B85;
}
</style>
border-color css
<style>
span { border-color: #CE6B85; }
span { border-color: rgb(206,107,133); }
td.TdClassName
{
border-color: #CE6B85;
}
.TagClassName
{
border-color: #CE6B85;
}
</style>