Shades of Charm #CE6F85
Tints of Charm #CE6F85
RGB
CMYK
RGB Variations
Color information
#CE6F85 (or 0xCE6F85) is known color: Charm. HEX triplet: CE, 6F and 85. RGB value is (206,111,133). Sum of RGB (Red+Green+Blue) = 206+111+133=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F85 is #31907A. Grayscale: #8D8D8D. Windows color (decimal): -3248251 or 8744910. OLE color: 8744910.
HSL color Cylindrical-coordinate representation of color #CE6F85: hue angle of 346.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6F85 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 133 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.19 |
| HSL | 346.11º | 0.49% | 0.62% | - |
| HSV(B) | 346.11º | 0.46% | 0.81% | - |
| XYZ | 35.37 | 26.18 | 25.38 | - |
| YUV | 141.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 133 | 0 | 0.46 | 0.35 | 0.19 | 346.11 | 0.49 | 0.62 |
| Hex | CE | 6F | 85 | 0 | 2E | 23 | 13 | 15A | 31 | 3E |
| Octal | 316 | 157 | 205 | 0 | 56 | 43 | 23 | 532 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10000101 | 0 | 101110 | 100011 | 10011 | 101011010 | 110001 | 111110 |
Color Harmonies of #CE6F85
Complementary color
Monochromatic Colors of #CE6F85
Black with #CE6F85
Text Example
Text Example
White with #CE6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F85; }
p { color: rgb(206,111,133); }
H1.HeaderClassName
{
color: #CE6F85;
}
.AnyTagClassName
{
color: #CE6F85;
}
</style>
background-color css
<style>
a { background-color: #CE6F85; }
a { background-color: rgb(206,111,133); }
div.DivClassName
{
background-color: #CE6F85;
}
.BgClassName
{
background-color: #CE6F85;
}
</style>
border-color css
<style>
span { border-color: #CE6F85; }
span { border-color: rgb(206,111,133); }
td.TdClassName
{
border-color: #CE6F85;
}
.TagClassName
{
border-color: #CE6F85;
}
</style>