Shades of Charm #CE657A
Tints of Charm #CE657A
RGB
CMYK
RGB Variations
Color information
#CE657A (or 0xCE657A) is known color: Charm. HEX triplet: CE, 65 and 7A. RGB value is (206,101,122). Sum of RGB (Red+Green+Blue) = 206+101+122=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE657A is #319A85. Grayscale: #868686. Windows color (decimal): -3250822 or 8021454. OLE color: 8021454.
HSL color Cylindrical-coordinate representation of color #CE657A: hue angle of 348º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE657A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 122 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.19 |
| HSL | 348º | 0.52% | 0.6% | - |
| HSV(B) | 348º | 0.51% | 0.81% | - |
| XYZ | 33.62 | 23.83 | 21.24 | - |
| YUV | 134.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 122 | 0 | 0.51 | 0.41 | 0.19 | 348 | 0.52 | 0.6 |
| Hex | CE | 65 | 7A | 0 | 33 | 29 | 13 | 15C | 34 | 3C |
| Octal | 316 | 145 | 172 | 0 | 63 | 51 | 23 | 534 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1111010 | 0 | 110011 | 101001 | 10011 | 101011100 | 110100 | 111100 |
Color Harmonies of #CE657A
Complementary color
Monochromatic Colors of #CE657A
Black with #CE657A
Text Example
Text Example
White with #CE657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE657A; }
p { color: rgb(206,101,122); }
H1.HeaderClassName
{
color: #CE657A;
}
.AnyTagClassName
{
color: #CE657A;
}
</style>
background-color css
<style>
a { background-color: #CE657A; }
a { background-color: rgb(206,101,122); }
div.DivClassName
{
background-color: #CE657A;
}
.BgClassName
{
background-color: #CE657A;
}
</style>
border-color css
<style>
span { border-color: #CE657A; }
span { border-color: rgb(206,101,122); }
td.TdClassName
{
border-color: #CE657A;
}
.TagClassName
{
border-color: #CE657A;
}
</style>