Shades of Charm #CE7A94
Tints of Charm #CE7A94
RGB
CMYK
RGB Variations
Color information
#CE7A94 (or 0xCE7A94) is known color: Charm. HEX triplet: CE, 7A and 94. RGB value is (206,122,148). Sum of RGB (Red+Green+Blue) = 206+122+148=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A94 is #31856B. Grayscale: #969696. Windows color (decimal): -3245420 or 9730766. OLE color: 9730766.
HSL color Cylindrical-coordinate representation of color #CE7A94: hue angle of 341.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7A94 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 148 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.19 |
| HSL | 341.43º | 0.46% | 0.64% | - |
| HSV(B) | 341.43º | 0.41% | 0.81% | - |
| XYZ | 37.76 | 29.18 | 31.66 | - |
| YUV | 150.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 148 | 0 | 0.41 | 0.28 | 0.19 | 341.43 | 0.46 | 0.64 |
| Hex | CE | 7A | 94 | 0 | 29 | 1C | 13 | 155 | 2E | 40 |
| Octal | 316 | 172 | 224 | 0 | 51 | 34 | 23 | 525 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10010100 | 0 | 101001 | 11100 | 10011 | 101010101 | 101110 | 1000000 |
Color Harmonies of #CE7A94
Complementary color
Monochromatic Colors of #CE7A94
Black with #CE7A94
Text Example
Text Example
White with #CE7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A94; }
p { color: rgb(206,122,148); }
H1.HeaderClassName
{
color: #CE7A94;
}
.AnyTagClassName
{
color: #CE7A94;
}
</style>
background-color css
<style>
a { background-color: #CE7A94; }
a { background-color: rgb(206,122,148); }
div.DivClassName
{
background-color: #CE7A94;
}
.BgClassName
{
background-color: #CE7A94;
}
</style>
border-color css
<style>
span { border-color: #CE7A94; }
span { border-color: rgb(206,122,148); }
td.TdClassName
{
border-color: #CE7A94;
}
.TagClassName
{
border-color: #CE7A94;
}
</style>