Shades of Charm #CE7D88
Tints of Charm #CE7D88
RGB
CMYK
RGB Variations
Color information
#CE7D88 (or 0xCE7D88) is known color: Charm. HEX triplet: CE, 7D and 88. RGB value is (206,125,136). Sum of RGB (Red+Green+Blue) = 206+125+136=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D88 is #318277. Grayscale: #969696. Windows color (decimal): -3244664 or 8945102. OLE color: 8945102.
HSL color Cylindrical-coordinate representation of color #CE7D88: hue angle of 351.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7D88 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 136 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.19 |
| HSL | 351.85º | 0.45% | 0.65% | - |
| HSV(B) | 351.85º | 0.39% | 0.81% | - |
| XYZ | 37.23 | 29.57 | 27.04 | - |
| YUV | 150.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 136 | 0 | 0.39 | 0.34 | 0.19 | 351.85 | 0.45 | 0.65 |
| Hex | CE | 7D | 88 | 0 | 27 | 22 | 13 | 160 | 2D | 41 |
| Octal | 316 | 175 | 210 | 0 | 47 | 42 | 23 | 540 | 55 | 101 |
| Binary | 11001110 | 1111101 | 10001000 | 0 | 100111 | 100010 | 10011 | 101100000 | 101101 | 1000001 |
Color Harmonies of #CE7D88
Complementary color
Monochromatic Colors of #CE7D88
Black with #CE7D88
Text Example
Text Example
White with #CE7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D88; }
p { color: rgb(206,125,136); }
H1.HeaderClassName
{
color: #CE7D88;
}
.AnyTagClassName
{
color: #CE7D88;
}
</style>
background-color css
<style>
a { background-color: #CE7D88; }
a { background-color: rgb(206,125,136); }
div.DivClassName
{
background-color: #CE7D88;
}
.BgClassName
{
background-color: #CE7D88;
}
</style>
border-color css
<style>
span { border-color: #CE7D88; }
span { border-color: rgb(206,125,136); }
td.TdClassName
{
border-color: #CE7D88;
}
.TagClassName
{
border-color: #CE7D88;
}
</style>