Shades of Charm #CE6B8A
Tints of Charm #CE6B8A
RGB
CMYK
RGB Variations
Color information
#CE6B8A (or 0xCE6B8A) is known color: Charm. HEX triplet: CE, 6B and 8A. RGB value is (206,107,138). Sum of RGB (Red+Green+Blue) = 206+107+138=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B8A is #319475. Grayscale: #8C8C8C. Windows color (decimal): -3249270 or 9071566. OLE color: 9071566.
HSL color Cylindrical-coordinate representation of color #CE6B8A: hue angle of 341.21º 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 #CE6B8A is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 138 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.19 |
| HSL | 341.21º | 0.5% | 0.61% | - |
| HSV(B) | 341.21º | 0.48% | 0.81% | - |
| XYZ | 35.3 | 25.47 | 27.1 | - |
| YUV | 140.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 138 | 0 | 0.48 | 0.33 | 0.19 | 341.21 | 0.5 | 0.61 |
| Hex | CE | 6B | 8A | 0 | 30 | 21 | 13 | 155 | 32 | 3D |
| Octal | 316 | 153 | 212 | 0 | 60 | 41 | 23 | 525 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10001010 | 0 | 110000 | 100001 | 10011 | 101010101 | 110010 | 111101 |
Color Harmonies of #CE6B8A
Complementary color
Monochromatic Colors of #CE6B8A
Black with #CE6B8A
Text Example
Text Example
White with #CE6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B8A; }
p { color: rgb(206,107,138); }
H1.HeaderClassName
{
color: #CE6B8A;
}
.AnyTagClassName
{
color: #CE6B8A;
}
</style>
background-color css
<style>
a { background-color: #CE6B8A; }
a { background-color: rgb(206,107,138); }
div.DivClassName
{
background-color: #CE6B8A;
}
.BgClassName
{
background-color: #CE6B8A;
}
</style>
border-color css
<style>
span { border-color: #CE6B8A; }
span { border-color: rgb(206,107,138); }
td.TdClassName
{
border-color: #CE6B8A;
}
.TagClassName
{
border-color: #CE6B8A;
}
</style>