Shades of Charm #CA778B
Tints of Charm #CA778B
RGB
CMYK
RGB Variations
Color information
#CA778B (or 0xCA778B) is known color: Charm. HEX triplet: CA, 77 and 8B. RGB value is (202,119,139). Sum of RGB (Red+Green+Blue) = 202+119+139=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA778B is #358874. Grayscale: #929292. Windows color (decimal): -3508341 or 9140170. OLE color: 9140170.
HSL color Cylindrical-coordinate representation of color #CA778B: hue angle of 345.54º 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 #CA778B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 139 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.21 |
| HSL | 345.54º | 0.44% | 0.63% | - |
| HSV(B) | 345.54º | 0.41% | 0.79% | - |
| XYZ | 35.61 | 27.61 | 27.88 | - |
| YUV | 146.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 139 | 0 | 0.41 | 0.31 | 0.21 | 345.54 | 0.44 | 0.63 |
| Hex | CA | 77 | 8B | 0 | 29 | 1F | 15 | 15A | 2C | 3F |
| Octal | 312 | 167 | 213 | 0 | 51 | 37 | 25 | 532 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10001011 | 0 | 101001 | 11111 | 10101 | 101011010 | 101100 | 111111 |
Color Harmonies of #CA778B
Complementary color
Monochromatic Colors of #CA778B
Black with #CA778B
Text Example
Text Example
White with #CA778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA778B; }
p { color: rgb(202,119,139); }
H1.HeaderClassName
{
color: #CA778B;
}
.AnyTagClassName
{
color: #CA778B;
}
</style>
background-color css
<style>
a { background-color: #CA778B; }
a { background-color: rgb(202,119,139); }
div.DivClassName
{
background-color: #CA778B;
}
.BgClassName
{
background-color: #CA778B;
}
</style>
border-color css
<style>
span { border-color: #CA778B; }
span { border-color: rgb(202,119,139); }
td.TdClassName
{
border-color: #CA778B;
}
.TagClassName
{
border-color: #CA778B;
}
</style>