Shades of Charm #CA778E
Tints of Charm #CA778E
RGB
CMYK
RGB Variations
Color information
#CA778E (or 0xCA778E) is known color: Charm. HEX triplet: CA, 77 and 8E. RGB value is (202,119,142). Sum of RGB (Red+Green+Blue) = 202+119+142=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA778E is #358871. Grayscale: #929292. Windows color (decimal): -3508338 or 9336778. OLE color: 9336778.
HSL color Cylindrical-coordinate representation of color #CA778E: hue angle of 343.37º 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 #CA778E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 142 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.21 |
| HSL | 343.37º | 0.44% | 0.63% | - |
| HSV(B) | 343.37º | 0.41% | 0.79% | - |
| XYZ | 35.84 | 27.7 | 29.05 | - |
| YUV | 146.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 142 | 0 | 0.41 | 0.30 | 0.21 | 343.37 | 0.44 | 0.63 |
| Hex | CA | 77 | 8E | 0 | 29 | 1E | 15 | 157 | 2C | 3F |
| Octal | 312 | 167 | 216 | 0 | 51 | 36 | 25 | 527 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10001110 | 0 | 101001 | 11110 | 10101 | 101010111 | 101100 | 111111 |
Color Harmonies of #CA778E
Complementary color
Monochromatic Colors of #CA778E
Black with #CA778E
Text Example
Text Example
White with #CA778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA778E; }
p { color: rgb(202,119,142); }
H1.HeaderClassName
{
color: #CA778E;
}
.AnyTagClassName
{
color: #CA778E;
}
</style>
background-color css
<style>
a { background-color: #CA778E; }
a { background-color: rgb(202,119,142); }
div.DivClassName
{
background-color: #CA778E;
}
.BgClassName
{
background-color: #CA778E;
}
</style>
border-color css
<style>
span { border-color: #CA778E; }
span { border-color: rgb(202,119,142); }
td.TdClassName
{
border-color: #CA778E;
}
.TagClassName
{
border-color: #CA778E;
}
</style>