Shades of Charm #CA6080
Tints of Charm #CA6080
RGB
CMYK
RGB Variations
Color information
#CA6080 (or 0xCA6080) is known color: Charm. HEX triplet: CA, 60 and 80. RGB value is (202,96,128). Sum of RGB (Red+Green+Blue) = 202+96+128=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6080 is #359F7F. Grayscale: #838383. Windows color (decimal): -3514240 or 8413386. OLE color: 8413386.
HSL color Cylindrical-coordinate representation of color #CA6080: hue angle of 341.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6080 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 128 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.21 |
| HSL | 341.89º | 0.5% | 0.58% | - |
| HSV(B) | 341.89º | 0.52% | 0.79% | - |
| XYZ | 32.44 | 22.48 | 23.05 | - |
| YUV | 131.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 128 | 0 | 0.52 | 0.37 | 0.21 | 341.89 | 0.5 | 0.58 |
| Hex | CA | 60 | 80 | 0 | 34 | 25 | 15 | 156 | 32 | 3A |
| Octal | 312 | 140 | 200 | 0 | 64 | 45 | 25 | 526 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10000000 | 0 | 110100 | 100101 | 10101 | 101010110 | 110010 | 111010 |
Color Harmonies of #CA6080
Complementary color
Monochromatic Colors of #CA6080
Black with #CA6080
Text Example
Text Example
White with #CA6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6080; }
p { color: rgb(202,96,128); }
H1.HeaderClassName
{
color: #CA6080;
}
.AnyTagClassName
{
color: #CA6080;
}
</style>
background-color css
<style>
a { background-color: #CA6080; }
a { background-color: rgb(202,96,128); }
div.DivClassName
{
background-color: #CA6080;
}
.BgClassName
{
background-color: #CA6080;
}
</style>
border-color css
<style>
span { border-color: #CA6080; }
span { border-color: rgb(202,96,128); }
td.TdClassName
{
border-color: #CA6080;
}
.TagClassName
{
border-color: #CA6080;
}
</style>