Shades of Charm #CE707B
Tints of Charm #CE707B
RGB
CMYK
RGB Variations
Color information
#CE707B (or 0xCE707B) is known color: Charm. HEX triplet: CE, 70 and 7B. RGB value is (206,112,123). Sum of RGB (Red+Green+Blue) = 206+112+123=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE707B is #318F84. Grayscale: #8D8D8D. Windows color (decimal): -3248005 or 8089806. OLE color: 8089806.
HSL color Cylindrical-coordinate representation of color #CE707B: hue angle of 352.98º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE707B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 123 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.19 |
| HSL | 352.98º | 0.49% | 0.62% | - |
| HSV(B) | 352.98º | 0.46% | 0.81% | - |
| XYZ | 34.82 | 26.14 | 21.95 | - |
| YUV | 141.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 123 | 0 | 0.46 | 0.40 | 0.19 | 352.98 | 0.49 | 0.62 |
| Hex | CE | 70 | 7B | 0 | 2E | 28 | 13 | 161 | 31 | 3E |
| Octal | 316 | 160 | 173 | 0 | 56 | 50 | 23 | 541 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1111011 | 0 | 101110 | 101000 | 10011 | 101100001 | 110001 | 111110 |
Color Harmonies of #CE707B
Complementary color
Monochromatic Colors of #CE707B
Black with #CE707B
Text Example
Text Example
White with #CE707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE707B; }
p { color: rgb(206,112,123); }
H1.HeaderClassName
{
color: #CE707B;
}
.AnyTagClassName
{
color: #CE707B;
}
</style>
background-color css
<style>
a { background-color: #CE707B; }
a { background-color: rgb(206,112,123); }
div.DivClassName
{
background-color: #CE707B;
}
.BgClassName
{
background-color: #CE707B;
}
</style>
border-color css
<style>
span { border-color: #CE707B; }
span { border-color: rgb(206,112,123); }
td.TdClassName
{
border-color: #CE707B;
}
.TagClassName
{
border-color: #CE707B;
}
</style>