Shades of Charm #CE667E
Tints of Charm #CE667E
RGB
CMYK
RGB Variations
Color information
#CE667E (or 0xCE667E) is known color: Charm. HEX triplet: CE, 66 and 7E. RGB value is (206,102,126). Sum of RGB (Red+Green+Blue) = 206+102+126=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE667E is #319981. Grayscale: #878787. Windows color (decimal): -3250562 or 8283854. OLE color: 8283854.
HSL color Cylindrical-coordinate representation of color #CE667E: hue angle of 346.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE667E is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 126 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.19 |
| HSL | 346.15º | 0.51% | 0.6% | - |
| HSV(B) | 346.15º | 0.5% | 0.81% | - |
| XYZ | 33.97 | 24.13 | 22.61 | - |
| YUV | 135.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 126 | 0 | 0.50 | 0.39 | 0.19 | 346.15 | 0.51 | 0.6 |
| Hex | CE | 66 | 7E | 0 | 32 | 27 | 13 | 15A | 33 | 3C |
| Octal | 316 | 146 | 176 | 0 | 62 | 47 | 23 | 532 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1111110 | 0 | 110010 | 100111 | 10011 | 101011010 | 110011 | 111100 |
Color Harmonies of #CE667E
Complementary color
Monochromatic Colors of #CE667E
Black with #CE667E
Text Example
Text Example
White with #CE667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE667E; }
p { color: rgb(206,102,126); }
H1.HeaderClassName
{
color: #CE667E;
}
.AnyTagClassName
{
color: #CE667E;
}
</style>
background-color css
<style>
a { background-color: #CE667E; }
a { background-color: rgb(206,102,126); }
div.DivClassName
{
background-color: #CE667E;
}
.BgClassName
{
background-color: #CE667E;
}
</style>
border-color css
<style>
span { border-color: #CE667E; }
span { border-color: rgb(206,102,126); }
td.TdClassName
{
border-color: #CE667E;
}
.TagClassName
{
border-color: #CE667E;
}
</style>