Shades of Charm #CE7B82
Tints of Charm #CE7B82
RGB
CMYK
RGB Variations
Color information
#CE7B82 (or 0xCE7B82) is known color: Charm. HEX triplet: CE, 7B and 82. RGB value is (206,123,130). Sum of RGB (Red+Green+Blue) = 206+123+130=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B82 is #31847D. Grayscale: #949494. Windows color (decimal): -3245182 or 8551374. OLE color: 8551374.
HSL color Cylindrical-coordinate representation of color #CE7B82: hue angle of 354.94º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B82 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 130 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.19 |
| HSL | 354.94º | 0.46% | 0.65% | - |
| HSV(B) | 354.94º | 0.4% | 0.81% | - |
| XYZ | 36.57 | 28.9 | 24.77 | - |
| YUV | 148.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 130 | 0 | 0.40 | 0.37 | 0.19 | 354.94 | 0.46 | 0.65 |
| Hex | CE | 7B | 82 | 0 | 28 | 25 | 13 | 163 | 2E | 41 |
| Octal | 316 | 173 | 202 | 0 | 50 | 45 | 23 | 543 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10000010 | 0 | 101000 | 100101 | 10011 | 101100011 | 101110 | 1000001 |
Color Harmonies of #CE7B82
Complementary color
Monochromatic Colors of #CE7B82
Black with #CE7B82
Text Example
Text Example
White with #CE7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B82; }
p { color: rgb(206,123,130); }
H1.HeaderClassName
{
color: #CE7B82;
}
.AnyTagClassName
{
color: #CE7B82;
}
</style>
background-color css
<style>
a { background-color: #CE7B82; }
a { background-color: rgb(206,123,130); }
div.DivClassName
{
background-color: #CE7B82;
}
.BgClassName
{
background-color: #CE7B82;
}
</style>
border-color css
<style>
span { border-color: #CE7B82; }
span { border-color: rgb(206,123,130); }
td.TdClassName
{
border-color: #CE7B82;
}
.TagClassName
{
border-color: #CE7B82;
}
</style>