Shades of Charm #CE697E
Tints of Charm #CE697E
RGB
CMYK
RGB Variations
Color information
#CE697E (or 0xCE697E) is known color: Charm. HEX triplet: CE, 69 and 7E. RGB value is (206,105,126). Sum of RGB (Red+Green+Blue) = 206+105+126=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE697E is #319681. Grayscale: #898989. Windows color (decimal): -3249794 or 8284622. OLE color: 8284622.
HSL color Cylindrical-coordinate representation of color #CE697E: hue angle of 347.52º 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 #CE697E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 126 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.19 |
| HSL | 347.52º | 0.51% | 0.61% | - |
| HSV(B) | 347.52º | 0.49% | 0.81% | - |
| XYZ | 34.27 | 24.73 | 22.71 | - |
| YUV | 137.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 126 | 0 | 0.49 | 0.39 | 0.19 | 347.52 | 0.51 | 0.61 |
| Hex | CE | 69 | 7E | 0 | 31 | 27 | 13 | 15C | 33 | 3D |
| Octal | 316 | 151 | 176 | 0 | 61 | 47 | 23 | 534 | 63 | 75 |
| Binary | 11001110 | 1101001 | 1111110 | 0 | 110001 | 100111 | 10011 | 101011100 | 110011 | 111101 |
Color Harmonies of #CE697E
Complementary color
Monochromatic Colors of #CE697E
Black with #CE697E
Text Example
Text Example
White with #CE697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE697E; }
p { color: rgb(206,105,126); }
H1.HeaderClassName
{
color: #CE697E;
}
.AnyTagClassName
{
color: #CE697E;
}
</style>
background-color css
<style>
a { background-color: #CE697E; }
a { background-color: rgb(206,105,126); }
div.DivClassName
{
background-color: #CE697E;
}
.BgClassName
{
background-color: #CE697E;
}
</style>
border-color css
<style>
span { border-color: #CE697E; }
span { border-color: rgb(206,105,126); }
td.TdClassName
{
border-color: #CE697E;
}
.TagClassName
{
border-color: #CE697E;
}
</style>