Shades of Charm #CA7780
Tints of Charm #CA7780
RGB
CMYK
RGB Variations
Color information
#CA7780 (or 0xCA7780) is known color: Charm. HEX triplet: CA, 77 and 80. RGB value is (202,119,128). Sum of RGB (Red+Green+Blue) = 202+119+128=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7780 is #35887F. Grayscale: #909090. Windows color (decimal): -3508352 or 8419274. OLE color: 8419274.
HSL color Cylindrical-coordinate representation of color #CA7780: hue angle of 353.49º 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 #CA7780 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 128 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.21 |
| HSL | 353.49º | 0.44% | 0.63% | - |
| HSV(B) | 353.49º | 0.41% | 0.79% | - |
| XYZ | 34.85 | 27.31 | 23.86 | - |
| YUV | 144.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 128 | 0 | 0.41 | 0.37 | 0.21 | 353.49 | 0.44 | 0.63 |
| Hex | CA | 77 | 80 | 0 | 29 | 25 | 15 | 161 | 2C | 3F |
| Octal | 312 | 167 | 200 | 0 | 51 | 45 | 25 | 541 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10000000 | 0 | 101001 | 100101 | 10101 | 101100001 | 101100 | 111111 |
Color Harmonies of #CA7780
Complementary color
Monochromatic Colors of #CA7780
Black with #CA7780
Text Example
Text Example
White with #CA7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7780; }
p { color: rgb(202,119,128); }
H1.HeaderClassName
{
color: #CA7780;
}
.AnyTagClassName
{
color: #CA7780;
}
</style>
background-color css
<style>
a { background-color: #CA7780; }
a { background-color: rgb(202,119,128); }
div.DivClassName
{
background-color: #CA7780;
}
.BgClassName
{
background-color: #CA7780;
}
</style>
border-color css
<style>
span { border-color: #CA7780; }
span { border-color: rgb(202,119,128); }
td.TdClassName
{
border-color: #CA7780;
}
.TagClassName
{
border-color: #CA7780;
}
</style>