Shades of Charm #CA7790
Tints of Charm #CA7790
RGB
CMYK
RGB Variations
Color information
#CA7790 (or 0xCA7790) is known color: Charm. HEX triplet: CA, 77 and 90. RGB value is (202,119,144). Sum of RGB (Red+Green+Blue) = 202+119+144=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7790 is #35886F. Grayscale: #929292. Windows color (decimal): -3508336 or 9467850. OLE color: 9467850.
HSL color Cylindrical-coordinate representation of color #CA7790: hue angle of 341.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7790 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 144 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.21 |
| HSL | 341.93º | 0.44% | 0.63% | - |
| HSV(B) | 341.93º | 0.41% | 0.79% | - |
| XYZ | 35.99 | 27.76 | 29.85 | - |
| YUV | 146.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 144 | 0 | 0.41 | 0.29 | 0.21 | 341.93 | 0.44 | 0.63 |
| Hex | CA | 77 | 90 | 0 | 29 | 1D | 15 | 156 | 2C | 3F |
| Octal | 312 | 167 | 220 | 0 | 51 | 35 | 25 | 526 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10010000 | 0 | 101001 | 11101 | 10101 | 101010110 | 101100 | 111111 |
Color Harmonies of #CA7790
Complementary color
Monochromatic Colors of #CA7790
Black with #CA7790
Text Example
Text Example
White with #CA7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7790; }
p { color: rgb(202,119,144); }
H1.HeaderClassName
{
color: #CA7790;
}
.AnyTagClassName
{
color: #CA7790;
}
</style>
background-color css
<style>
a { background-color: #CA7790; }
a { background-color: rgb(202,119,144); }
div.DivClassName
{
background-color: #CA7790;
}
.BgClassName
{
background-color: #CA7790;
}
</style>
border-color css
<style>
span { border-color: #CA7790; }
span { border-color: rgb(202,119,144); }
td.TdClassName
{
border-color: #CA7790;
}
.TagClassName
{
border-color: #CA7790;
}
</style>