Shades of Charm #CA6A78
Tints of Charm #CA6A78
RGB
CMYK
RGB Variations
Color information
#CA6A78 (or 0xCA6A78) is known color: Charm. HEX triplet: CA, 6A and 78. RGB value is (202,106,120). Sum of RGB (Red+Green+Blue) = 202+106+120=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A78 is #359587. Grayscale: #888888. Windows color (decimal): -3511688 or 7891658. OLE color: 7891658.
HSL color Cylindrical-coordinate representation of color #CA6A78: hue angle of 351.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A78 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 120 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.21 |
| HSL | 351.25º | 0.48% | 0.6% | - |
| HSV(B) | 351.25º | 0.48% | 0.79% | - |
| XYZ | 32.9 | 24.22 | 20.71 | - |
| YUV | 136.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 120 | 0 | 0.48 | 0.41 | 0.21 | 351.25 | 0.48 | 0.6 |
| Hex | CA | 6A | 78 | 0 | 30 | 29 | 15 | 15F | 30 | 3C |
| Octal | 312 | 152 | 170 | 0 | 60 | 51 | 25 | 537 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1111000 | 0 | 110000 | 101001 | 10101 | 101011111 | 110000 | 111100 |
Color Harmonies of #CA6A78
Complementary color
Monochromatic Colors of #CA6A78
Black with #CA6A78
Text Example
Text Example
White with #CA6A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A78; }
p { color: rgb(202,106,120); }
H1.HeaderClassName
{
color: #CA6A78;
}
.AnyTagClassName
{
color: #CA6A78;
}
</style>
background-color css
<style>
a { background-color: #CA6A78; }
a { background-color: rgb(202,106,120); }
div.DivClassName
{
background-color: #CA6A78;
}
.BgClassName
{
background-color: #CA6A78;
}
</style>
border-color css
<style>
span { border-color: #CA6A78; }
span { border-color: rgb(202,106,120); }
td.TdClassName
{
border-color: #CA6A78;
}
.TagClassName
{
border-color: #CA6A78;
}
</style>