Shades of Charm #CE757D
Tints of Charm #CE757D
RGB
CMYK
RGB Variations
Color information
#CE757D (or 0xCE757D) is known color: Charm. HEX triplet: CE, 75 and 7D. RGB value is (206,117,125). Sum of RGB (Red+Green+Blue) = 206+117+125=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE757D is #318A82. Grayscale: #909090. Windows color (decimal): -3246723 or 8222158. OLE color: 8222158.
HSL color Cylindrical-coordinate representation of color #CE757D: hue angle of 354.61º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE757D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 125 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.19 |
| HSL | 354.61º | 0.48% | 0.63% | - |
| HSV(B) | 354.61º | 0.43% | 0.81% | - |
| XYZ | 35.52 | 27.33 | 22.8 | - |
| YUV | 144.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 125 | 0 | 0.43 | 0.39 | 0.19 | 354.61 | 0.48 | 0.63 |
| Hex | CE | 75 | 7D | 0 | 2B | 27 | 13 | 163 | 30 | 3F |
| Octal | 316 | 165 | 175 | 0 | 53 | 47 | 23 | 543 | 60 | 77 |
| Binary | 11001110 | 1110101 | 1111101 | 0 | 101011 | 100111 | 10011 | 101100011 | 110000 | 111111 |
Color Harmonies of #CE757D
Complementary color
Monochromatic Colors of #CE757D
Black with #CE757D
Text Example
Text Example
White with #CE757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE757D; }
p { color: rgb(206,117,125); }
H1.HeaderClassName
{
color: #CE757D;
}
.AnyTagClassName
{
color: #CE757D;
}
</style>
background-color css
<style>
a { background-color: #CE757D; }
a { background-color: rgb(206,117,125); }
div.DivClassName
{
background-color: #CE757D;
}
.BgClassName
{
background-color: #CE757D;
}
</style>
border-color css
<style>
span { border-color: #CE757D; }
span { border-color: rgb(206,117,125); }
td.TdClassName
{
border-color: #CE757D;
}
.TagClassName
{
border-color: #CE757D;
}
</style>