Shades of Charm #CA6483
Tints of Charm #CA6483
RGB
CMYK
RGB Variations
Color information
#CA6483 (or 0xCA6483) is known color: Charm. HEX triplet: CA, 64 and 83. RGB value is (202,100,131). Sum of RGB (Red+Green+Blue) = 202+100+131=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6483 is #359B7C. Grayscale: #868686. Windows color (decimal): -3513213 or 8611018. OLE color: 8611018.
HSL color Cylindrical-coordinate representation of color #CA6483: hue angle of 341.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6483 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 131 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.21 |
| HSL | 341.76º | 0.49% | 0.59% | - |
| HSV(B) | 341.76º | 0.5% | 0.79% | - |
| XYZ | 33.01 | 23.31 | 24.23 | - |
| YUV | 134.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 131 | 0 | 0.50 | 0.35 | 0.21 | 341.76 | 0.49 | 0.59 |
| Hex | CA | 64 | 83 | 0 | 32 | 23 | 15 | 156 | 31 | 3B |
| Octal | 312 | 144 | 203 | 0 | 62 | 43 | 25 | 526 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10000011 | 0 | 110010 | 100011 | 10101 | 101010110 | 110001 | 111011 |
Color Harmonies of #CA6483
Complementary color
Monochromatic Colors of #CA6483
Black with #CA6483
Text Example
Text Example
White with #CA6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6483; }
p { color: rgb(202,100,131); }
H1.HeaderClassName
{
color: #CA6483;
}
.AnyTagClassName
{
color: #CA6483;
}
</style>
background-color css
<style>
a { background-color: #CA6483; }
a { background-color: rgb(202,100,131); }
div.DivClassName
{
background-color: #CA6483;
}
.BgClassName
{
background-color: #CA6483;
}
</style>
border-color css
<style>
span { border-color: #CA6483; }
span { border-color: rgb(202,100,131); }
td.TdClassName
{
border-color: #CA6483;
}
.TagClassName
{
border-color: #CA6483;
}
</style>