Shades of Charm #CE6283
Tints of Charm #CE6283
RGB
CMYK
RGB Variations
Color information
#CE6283 (or 0xCE6283) is known color: Charm. HEX triplet: CE, 62 and 83. RGB value is (206,98,131). Sum of RGB (Red+Green+Blue) = 206+98+131=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6283 is #319D7C. Grayscale: #868686. Windows color (decimal): -3251581 or 8610510. OLE color: 8610510.
HSL color Cylindrical-coordinate representation of color #CE6283: hue angle of 341.67º 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 #CE6283 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 131 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.19 |
| HSL | 341.67º | 0.52% | 0.6% | - |
| HSV(B) | 341.67º | 0.52% | 0.81% | - |
| XYZ | 33.92 | 23.5 | 24.22 | - |
| YUV | 134.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 131 | 0 | 0.52 | 0.36 | 0.19 | 341.67 | 0.52 | 0.6 |
| Hex | CE | 62 | 83 | 0 | 34 | 24 | 13 | 156 | 34 | 3C |
| Octal | 316 | 142 | 203 | 0 | 64 | 44 | 23 | 526 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10000011 | 0 | 110100 | 100100 | 10011 | 101010110 | 110100 | 111100 |
Color Harmonies of #CE6283
Complementary color
Monochromatic Colors of #CE6283
Black with #CE6283
Text Example
Text Example
White with #CE6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6283; }
p { color: rgb(206,98,131); }
H1.HeaderClassName
{
color: #CE6283;
}
.AnyTagClassName
{
color: #CE6283;
}
</style>
background-color css
<style>
a { background-color: #CE6283; }
a { background-color: rgb(206,98,131); }
div.DivClassName
{
background-color: #CE6283;
}
.BgClassName
{
background-color: #CE6283;
}
</style>
border-color css
<style>
span { border-color: #CE6283; }
span { border-color: rgb(206,98,131); }
td.TdClassName
{
border-color: #CE6283;
}
.TagClassName
{
border-color: #CE6283;
}
</style>