Shades of Charm #CE7F90
Tints of Charm #CE7F90
RGB
CMYK
RGB Variations
Color information
#CE7F90 (or 0xCE7F90) is known color: Charm. HEX triplet: CE, 7F and 90. RGB value is (206,127,144). Sum of RGB (Red+Green+Blue) = 206+127+144=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F90 is #31806F. Grayscale: #989898. Windows color (decimal): -3244144 or 9469902. OLE color: 9469902.
HSL color Cylindrical-coordinate representation of color #CE7F90: hue angle of 347.09º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7F90 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 144 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.19 |
| HSL | 347.09º | 0.45% | 0.65% | - |
| HSV(B) | 347.09º | 0.38% | 0.81% | - |
| XYZ | 38.08 | 30.31 | 30.23 | - |
| YUV | 152.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 144 | 0 | 0.38 | 0.30 | 0.19 | 347.09 | 0.45 | 0.65 |
| Hex | CE | 7F | 90 | 0 | 26 | 1E | 13 | 15B | 2D | 41 |
| Octal | 316 | 177 | 220 | 0 | 46 | 36 | 23 | 533 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10010000 | 0 | 100110 | 11110 | 10011 | 101011011 | 101101 | 1000001 |
Color Harmonies of #CE7F90
Complementary color
Monochromatic Colors of #CE7F90
Black with #CE7F90
Text Example
Text Example
White with #CE7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F90; }
p { color: rgb(206,127,144); }
H1.HeaderClassName
{
color: #CE7F90;
}
.AnyTagClassName
{
color: #CE7F90;
}
</style>
background-color css
<style>
a { background-color: #CE7F90; }
a { background-color: rgb(206,127,144); }
div.DivClassName
{
background-color: #CE7F90;
}
.BgClassName
{
background-color: #CE7F90;
}
</style>
border-color css
<style>
span { border-color: #CE7F90; }
span { border-color: rgb(206,127,144); }
td.TdClassName
{
border-color: #CE7F90;
}
.TagClassName
{
border-color: #CE7F90;
}
</style>