Shades of Charm #CE6A81
Tints of Charm #CE6A81
RGB
CMYK
RGB Variations
Color information
#CE6A81 (or 0xCE6A81) is known color: Charm. HEX triplet: CE, 6A and 81. RGB value is (206,106,129). Sum of RGB (Red+Green+Blue) = 206+106+129=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A81 is #31957E. Grayscale: #8A8A8A. Windows color (decimal): -3249535 or 8481486. OLE color: 8481486.
HSL color Cylindrical-coordinate representation of color #CE6A81: hue angle of 346.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6A81 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 129 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.19 |
| HSL | 346.2º | 0.51% | 0.61% | - |
| HSV(B) | 346.2º | 0.49% | 0.81% | - |
| XYZ | 34.57 | 25.01 | 23.78 | - |
| YUV | 138.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 129 | 0 | 0.49 | 0.37 | 0.19 | 346.2 | 0.51 | 0.61 |
| Hex | CE | 6A | 81 | 0 | 31 | 25 | 13 | 15A | 33 | 3D |
| Octal | 316 | 152 | 201 | 0 | 61 | 45 | 23 | 532 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10000001 | 0 | 110001 | 100101 | 10011 | 101011010 | 110011 | 111101 |
Color Harmonies of #CE6A81
Complementary color
Monochromatic Colors of #CE6A81
Black with #CE6A81
Text Example
Text Example
White with #CE6A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A81; }
p { color: rgb(206,106,129); }
H1.HeaderClassName
{
color: #CE6A81;
}
.AnyTagClassName
{
color: #CE6A81;
}
</style>
background-color css
<style>
a { background-color: #CE6A81; }
a { background-color: rgb(206,106,129); }
div.DivClassName
{
background-color: #CE6A81;
}
.BgClassName
{
background-color: #CE6A81;
}
</style>
border-color css
<style>
span { border-color: #CE6A81; }
span { border-color: rgb(206,106,129); }
td.TdClassName
{
border-color: #CE6A81;
}
.TagClassName
{
border-color: #CE6A81;
}
</style>