Shades of Charm #CE6380
Tints of Charm #CE6380
RGB
CMYK
RGB Variations
Color information
#CE6380 (or 0xCE6380) is known color: Charm. HEX triplet: CE, 63 and 80. RGB value is (206,99,128). Sum of RGB (Red+Green+Blue) = 206+99+128=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6380 is #319C7F. Grayscale: #868686. Windows color (decimal): -3251328 or 8414158. OLE color: 8414158.
HSL color Cylindrical-coordinate representation of color #CE6380: hue angle of 343.74º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6380 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 128 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.19 |
| HSL | 343.74º | 0.52% | 0.6% | - |
| HSV(B) | 343.74º | 0.52% | 0.81% | - |
| XYZ | 33.81 | 23.6 | 23.2 | - |
| YUV | 134.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 128 | 0 | 0.52 | 0.38 | 0.19 | 343.74 | 0.52 | 0.6 |
| Hex | CE | 63 | 80 | 0 | 34 | 26 | 13 | 158 | 34 | 3C |
| Octal | 316 | 143 | 200 | 0 | 64 | 46 | 23 | 530 | 64 | 74 |
| Binary | 11001110 | 1100011 | 10000000 | 0 | 110100 | 100110 | 10011 | 101011000 | 110100 | 111100 |
Color Harmonies of #CE6380
Complementary color
Monochromatic Colors of #CE6380
Black with #CE6380
Text Example
Text Example
White with #CE6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6380; }
p { color: rgb(206,99,128); }
H1.HeaderClassName
{
color: #CE6380;
}
.AnyTagClassName
{
color: #CE6380;
}
</style>
background-color css
<style>
a { background-color: #CE6380; }
a { background-color: rgb(206,99,128); }
div.DivClassName
{
background-color: #CE6380;
}
.BgClassName
{
background-color: #CE6380;
}
</style>
border-color css
<style>
span { border-color: #CE6380; }
span { border-color: rgb(206,99,128); }
td.TdClassName
{
border-color: #CE6380;
}
.TagClassName
{
border-color: #CE6380;
}
</style>