Shades of Charm #CA6380
Tints of Charm #CA6380
RGB
CMYK
RGB Variations
Color information
#CA6380 (or 0xCA6380) is known color: Charm. HEX triplet: CA, 63 and 80. RGB value is (202,99,128). Sum of RGB (Red+Green+Blue) = 202+99+128=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6380 is #359C7F. Grayscale: #858585. Windows color (decimal): -3513472 or 8414154. OLE color: 8414154.
HSL color Cylindrical-coordinate representation of color #CA6380: hue angle of 343.11º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6380 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 128 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.21 |
| HSL | 343.11º | 0.49% | 0.59% | - |
| HSV(B) | 343.11º | 0.51% | 0.79% | - |
| XYZ | 32.72 | 23.04 | 23.14 | - |
| YUV | 133.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 128 | 0 | 0.51 | 0.37 | 0.21 | 343.11 | 0.49 | 0.59 |
| Hex | CA | 63 | 80 | 0 | 33 | 25 | 15 | 157 | 31 | 3B |
| Octal | 312 | 143 | 200 | 0 | 63 | 45 | 25 | 527 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10000000 | 0 | 110011 | 100101 | 10101 | 101010111 | 110001 | 111011 |
Color Harmonies of #CA6380
Complementary color
Monochromatic Colors of #CA6380
Black with #CA6380
Text Example
Text Example
White with #CA6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6380; }
p { color: rgb(202,99,128); }
H1.HeaderClassName
{
color: #CA6380;
}
.AnyTagClassName
{
color: #CA6380;
}
</style>
background-color css
<style>
a { background-color: #CA6380; }
a { background-color: rgb(202,99,128); }
div.DivClassName
{
background-color: #CA6380;
}
.BgClassName
{
background-color: #CA6380;
}
</style>
border-color css
<style>
span { border-color: #CA6380; }
span { border-color: rgb(202,99,128); }
td.TdClassName
{
border-color: #CA6380;
}
.TagClassName
{
border-color: #CA6380;
}
</style>