Shades of Charm #CB7490
Tints of Charm #CB7490
RGB
CMYK
RGB Variations
Color information
#CB7490 (or 0xCB7490) is known color: Charm. HEX triplet: CB, 74 and 90. RGB value is (203,116,144). Sum of RGB (Red+Green+Blue) = 203+116+144=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7490 is #348B6F. Grayscale: #919191. Windows color (decimal): -3443568 or 9467083. OLE color: 9467083.
HSL color Cylindrical-coordinate representation of color #CB7490: hue angle of 340.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7490 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 144 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.20 |
| HSL | 340.69º | 0.46% | 0.63% | - |
| HSV(B) | 340.69º | 0.43% | 0.8% | - |
| XYZ | 35.91 | 27.2 | 29.74 | - |
| YUV | 145.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 144 | 0 | 0.43 | 0.29 | 0.20 | 340.69 | 0.46 | 0.63 |
| Hex | CB | 74 | 90 | 0 | 2B | 1D | 14 | 155 | 2E | 3F |
| Octal | 313 | 164 | 220 | 0 | 53 | 35 | 24 | 525 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10010000 | 0 | 101011 | 11101 | 10100 | 101010101 | 101110 | 111111 |
Color Harmonies of #CB7490
Complementary color
Monochromatic Colors of #CB7490
Black with #CB7490
Text Example
Text Example
White with #CB7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7490; }
p { color: rgb(203,116,144); }
H1.HeaderClassName
{
color: #CB7490;
}
.AnyTagClassName
{
color: #CB7490;
}
</style>
background-color css
<style>
a { background-color: #CB7490; }
a { background-color: rgb(203,116,144); }
div.DivClassName
{
background-color: #CB7490;
}
.BgClassName
{
background-color: #CB7490;
}
</style>
border-color css
<style>
span { border-color: #CB7490; }
span { border-color: rgb(203,116,144); }
td.TdClassName
{
border-color: #CB7490;
}
.TagClassName
{
border-color: #CB7490;
}
</style>