Shades of Charm #CA6382
Tints of Charm #CA6382
RGB
CMYK
RGB Variations
Color information
#CA6382 (or 0xCA6382) is known color: Charm. HEX triplet: CA, 63 and 82. RGB value is (202,99,130). Sum of RGB (Red+Green+Blue) = 202+99+130=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6382 is #359C7D. Grayscale: #858585. Windows color (decimal): -3513470 or 8545226. OLE color: 8545226.
HSL color Cylindrical-coordinate representation of color #CA6382: hue angle of 341.94º 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 #CA6382 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 130 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.21 |
| HSL | 341.94º | 0.49% | 0.59% | - |
| HSV(B) | 341.94º | 0.51% | 0.79% | - |
| XYZ | 32.85 | 23.09 | 23.85 | - |
| YUV | 133.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 130 | 0 | 0.51 | 0.36 | 0.21 | 341.94 | 0.49 | 0.59 |
| Hex | CA | 63 | 82 | 0 | 33 | 24 | 15 | 156 | 31 | 3B |
| Octal | 312 | 143 | 202 | 0 | 63 | 44 | 25 | 526 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10000010 | 0 | 110011 | 100100 | 10101 | 101010110 | 110001 | 111011 |
Color Harmonies of #CA6382
Complementary color
Monochromatic Colors of #CA6382
Black with #CA6382
Text Example
Text Example
White with #CA6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6382; }
p { color: rgb(202,99,130); }
H1.HeaderClassName
{
color: #CA6382;
}
.AnyTagClassName
{
color: #CA6382;
}
</style>
background-color css
<style>
a { background-color: #CA6382; }
a { background-color: rgb(202,99,130); }
div.DivClassName
{
background-color: #CA6382;
}
.BgClassName
{
background-color: #CA6382;
}
</style>
border-color css
<style>
span { border-color: #CA6382; }
span { border-color: rgb(202,99,130); }
td.TdClassName
{
border-color: #CA6382;
}
.TagClassName
{
border-color: #CA6382;
}
</style>