Shades of Charm #CA7A90
Tints of Charm #CA7A90
RGB
CMYK
RGB Variations
Color information
#CA7A90 (or 0xCA7A90) is known color: Charm. HEX triplet: CA, 7A and 90. RGB value is (202,122,144). Sum of RGB (Red+Green+Blue) = 202+122+144=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A90 is #35856F. Grayscale: #949494. Windows color (decimal): -3507568 or 9468618. OLE color: 9468618.
HSL color Cylindrical-coordinate representation of color #CA7A90: hue angle of 343.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A90 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 144 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.21 |
| HSL | 343.5º | 0.43% | 0.64% | - |
| HSV(B) | 343.5º | 0.4% | 0.79% | - |
| XYZ | 36.35 | 28.49 | 29.97 | - |
| YUV | 148.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 144 | 0 | 0.40 | 0.29 | 0.21 | 343.5 | 0.43 | 0.64 |
| Hex | CA | 7A | 90 | 0 | 28 | 1D | 15 | 158 | 2B | 40 |
| Octal | 312 | 172 | 220 | 0 | 50 | 35 | 25 | 530 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10010000 | 0 | 101000 | 11101 | 10101 | 101011000 | 101011 | 1000000 |
Color Harmonies of #CA7A90
Complementary color
Monochromatic Colors of #CA7A90
Black with #CA7A90
Text Example
Text Example
White with #CA7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A90; }
p { color: rgb(202,122,144); }
H1.HeaderClassName
{
color: #CA7A90;
}
.AnyTagClassName
{
color: #CA7A90;
}
</style>
background-color css
<style>
a { background-color: #CA7A90; }
a { background-color: rgb(202,122,144); }
div.DivClassName
{
background-color: #CA7A90;
}
.BgClassName
{
background-color: #CA7A90;
}
</style>
border-color css
<style>
span { border-color: #CA7A90; }
span { border-color: rgb(202,122,144); }
td.TdClassName
{
border-color: #CA7A90;
}
.TagClassName
{
border-color: #CA7A90;
}
</style>