Shades of Charm #CE6683
Tints of Charm #CE6683
RGB
CMYK
RGB Variations
Color information
#CE6683 (or 0xCE6683) is known color: Charm. HEX triplet: CE, 66 and 83. RGB value is (206,102,131). Sum of RGB (Red+Green+Blue) = 206+102+131=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6683 is #31997C. Grayscale: #888888. Windows color (decimal): -3250557 or 8611534. OLE color: 8611534.
HSL color Cylindrical-coordinate representation of color #CE6683: hue angle of 343.27º 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 #CE6683 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 131 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.19 |
| HSL | 343.27º | 0.51% | 0.6% | - |
| HSV(B) | 343.27º | 0.5% | 0.81% | - |
| XYZ | 34.3 | 24.26 | 24.35 | - |
| YUV | 136.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 131 | 0 | 0.50 | 0.36 | 0.19 | 343.27 | 0.51 | 0.6 |
| Hex | CE | 66 | 83 | 0 | 32 | 24 | 13 | 157 | 33 | 3C |
| Octal | 316 | 146 | 203 | 0 | 62 | 44 | 23 | 527 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10000011 | 0 | 110010 | 100100 | 10011 | 101010111 | 110011 | 111100 |
Color Harmonies of #CE6683
Complementary color
Monochromatic Colors of #CE6683
Black with #CE6683
Text Example
Text Example
White with #CE6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6683; }
p { color: rgb(206,102,131); }
H1.HeaderClassName
{
color: #CE6683;
}
.AnyTagClassName
{
color: #CE6683;
}
</style>
background-color css
<style>
a { background-color: #CE6683; }
a { background-color: rgb(206,102,131); }
div.DivClassName
{
background-color: #CE6683;
}
.BgClassName
{
background-color: #CE6683;
}
</style>
border-color css
<style>
span { border-color: #CE6683; }
span { border-color: rgb(206,102,131); }
td.TdClassName
{
border-color: #CE6683;
}
.TagClassName
{
border-color: #CE6683;
}
</style>