Shades of Charm #CE7E85
Tints of Charm #CE7E85
RGB
CMYK
RGB Variations
Color information
#CE7E85 (or 0xCE7E85) is known color: Charm. HEX triplet: CE, 7E and 85. RGB value is (206,126,133). Sum of RGB (Red+Green+Blue) = 206+126+133=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E85 is #31817A. Grayscale: #969696. Windows color (decimal): -3244411 or 8748750. OLE color: 8748750.
HSL color Cylindrical-coordinate representation of color #CE7E85: hue angle of 354.75º 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 #CE7E85 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 133 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.19 |
| HSL | 354.75º | 0.45% | 0.65% | - |
| HSV(B) | 354.75º | 0.39% | 0.81% | - |
| XYZ | 37.15 | 29.74 | 25.97 | - |
| YUV | 150.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 133 | 0 | 0.39 | 0.35 | 0.19 | 354.75 | 0.45 | 0.65 |
| Hex | CE | 7E | 85 | 0 | 27 | 23 | 13 | 163 | 2D | 41 |
| Octal | 316 | 176 | 205 | 0 | 47 | 43 | 23 | 543 | 55 | 101 |
| Binary | 11001110 | 1111110 | 10000101 | 0 | 100111 | 100011 | 10011 | 101100011 | 101101 | 1000001 |
Color Harmonies of #CE7E85
Complementary color
Monochromatic Colors of #CE7E85
Black with #CE7E85
Text Example
Text Example
White with #CE7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E85; }
p { color: rgb(206,126,133); }
H1.HeaderClassName
{
color: #CE7E85;
}
.AnyTagClassName
{
color: #CE7E85;
}
</style>
background-color css
<style>
a { background-color: #CE7E85; }
a { background-color: rgb(206,126,133); }
div.DivClassName
{
background-color: #CE7E85;
}
.BgClassName
{
background-color: #CE7E85;
}
</style>
border-color css
<style>
span { border-color: #CE7E85; }
span { border-color: rgb(206,126,133); }
td.TdClassName
{
border-color: #CE7E85;
}
.TagClassName
{
border-color: #CE7E85;
}
</style>