Shades of Charm #CA778A
Tints of Charm #CA778A
RGB
CMYK
RGB Variations
Color information
#CA778A (or 0xCA778A) is known color: Charm. HEX triplet: CA, 77 and 8A. RGB value is (202,119,138). Sum of RGB (Red+Green+Blue) = 202+119+138=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA778A is #358875. Grayscale: #919191. Windows color (decimal): -3508342 or 9074634. OLE color: 9074634.
HSL color Cylindrical-coordinate representation of color #CA778A: hue angle of 346.27º 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 #CA778A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 138 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.21 |
| HSL | 346.27º | 0.44% | 0.63% | - |
| HSV(B) | 346.27º | 0.41% | 0.79% | - |
| XYZ | 35.54 | 27.59 | 27.5 | - |
| YUV | 145.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 138 | 0 | 0.41 | 0.32 | 0.21 | 346.27 | 0.44 | 0.63 |
| Hex | CA | 77 | 8A | 0 | 29 | 20 | 15 | 15A | 2C | 3F |
| Octal | 312 | 167 | 212 | 0 | 51 | 40 | 25 | 532 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10001010 | 0 | 101001 | 100000 | 10101 | 101011010 | 101100 | 111111 |
Color Harmonies of #CA778A
Complementary color
Monochromatic Colors of #CA778A
Black with #CA778A
Text Example
Text Example
White with #CA778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA778A; }
p { color: rgb(202,119,138); }
H1.HeaderClassName
{
color: #CA778A;
}
.AnyTagClassName
{
color: #CA778A;
}
</style>
background-color css
<style>
a { background-color: #CA778A; }
a { background-color: rgb(202,119,138); }
div.DivClassName
{
background-color: #CA778A;
}
.BgClassName
{
background-color: #CA778A;
}
</style>
border-color css
<style>
span { border-color: #CA778A; }
span { border-color: rgb(202,119,138); }
td.TdClassName
{
border-color: #CA778A;
}
.TagClassName
{
border-color: #CA778A;
}
</style>