Shades of Charm #CE6F88
Tints of Charm #CE6F88
RGB
CMYK
RGB Variations
Color information
#CE6F88 (or 0xCE6F88) is known color: Charm. HEX triplet: CE, 6F and 88. RGB value is (206,111,136). Sum of RGB (Red+Green+Blue) = 206+111+136=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6F88 is #319077. Grayscale: #8E8E8E. Windows color (decimal): -3248248 or 8941518. OLE color: 8941518.
HSL color Cylindrical-coordinate representation of color #CE6F88: hue angle of 344.21º 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 #CE6F88 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 136 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.19 |
| HSL | 344.21º | 0.49% | 0.62% | - |
| HSV(B) | 344.21º | 0.46% | 0.81% | - |
| XYZ | 35.58 | 26.27 | 26.49 | - |
| YUV | 142.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 136 | 0 | 0.46 | 0.34 | 0.19 | 344.21 | 0.49 | 0.62 |
| Hex | CE | 6F | 88 | 0 | 2E | 22 | 13 | 158 | 31 | 3E |
| Octal | 316 | 157 | 210 | 0 | 56 | 42 | 23 | 530 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10001000 | 0 | 101110 | 100010 | 10011 | 101011000 | 110001 | 111110 |
Color Harmonies of #CE6F88
Complementary color
Monochromatic Colors of #CE6F88
Black with #CE6F88
Text Example
Text Example
White with #CE6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F88; }
p { color: rgb(206,111,136); }
H1.HeaderClassName
{
color: #CE6F88;
}
.AnyTagClassName
{
color: #CE6F88;
}
</style>
background-color css
<style>
a { background-color: #CE6F88; }
a { background-color: rgb(206,111,136); }
div.DivClassName
{
background-color: #CE6F88;
}
.BgClassName
{
background-color: #CE6F88;
}
</style>
border-color css
<style>
span { border-color: #CE6F88; }
span { border-color: rgb(206,111,136); }
td.TdClassName
{
border-color: #CE6F88;
}
.TagClassName
{
border-color: #CE6F88;
}
</style>