Shades of Charm #CA7C90
Tints of Charm #CA7C90
RGB
CMYK
RGB Variations
Color information
#CA7C90 (or 0xCA7C90) is known color: Charm. HEX triplet: CA, 7C and 90. RGB value is (202,124,144). Sum of RGB (Red+Green+Blue) = 202+124+144=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C90 is #35836F. Grayscale: #959595. Windows color (decimal): -3507056 or 9469130. OLE color: 9469130.
HSL color Cylindrical-coordinate representation of color #CA7C90: hue angle of 344.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7C90 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 144 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.21 |
| HSL | 344.62º | 0.42% | 0.64% | - |
| HSV(B) | 344.62º | 0.39% | 0.79% | - |
| XYZ | 36.6 | 28.99 | 30.05 | - |
| YUV | 149.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 144 | 0 | 0.39 | 0.29 | 0.21 | 344.62 | 0.42 | 0.64 |
| Hex | CA | 7C | 90 | 0 | 27 | 1D | 15 | 159 | 2A | 40 |
| Octal | 312 | 174 | 220 | 0 | 47 | 35 | 25 | 531 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10010000 | 0 | 100111 | 11101 | 10101 | 101011001 | 101010 | 1000000 |
Color Harmonies of #CA7C90
Complementary color
Monochromatic Colors of #CA7C90
Black with #CA7C90
Text Example
Text Example
White with #CA7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C90; }
p { color: rgb(202,124,144); }
H1.HeaderClassName
{
color: #CA7C90;
}
.AnyTagClassName
{
color: #CA7C90;
}
</style>
background-color css
<style>
a { background-color: #CA7C90; }
a { background-color: rgb(202,124,144); }
div.DivClassName
{
background-color: #CA7C90;
}
.BgClassName
{
background-color: #CA7C90;
}
</style>
border-color css
<style>
span { border-color: #CA7C90; }
span { border-color: rgb(202,124,144); }
td.TdClassName
{
border-color: #CA7C90;
}
.TagClassName
{
border-color: #CA7C90;
}
</style>