Shades of Hopbush #CA6493
Tints of Hopbush #CA6493
RGB
CMYK
RGB Variations
Color information
#CA6493 (or 0xCA6493) is known color: Hopbush. HEX triplet: CA, 64 and 93. RGB value is (202,100,147). Sum of RGB (Red+Green+Blue) = 202+100+147=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6493 is #359B6C. Grayscale: #878787. Windows color (decimal): -3513197 or 9659594. OLE color: 9659594.
HSL color Cylindrical-coordinate representation of color #CA6493: hue angle of 332.35º 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 #CA6493 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 147 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.21 |
| HSL | 332.35º | 0.49% | 0.59% | - |
| HSV(B) | 332.35º | 0.5% | 0.79% | - |
| XYZ | 34.18 | 23.78 | 30.39 | - |
| YUV | 135.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 147 | 0 | 0.50 | 0.27 | 0.21 | 332.35 | 0.49 | 0.59 |
| Hex | CA | 64 | 93 | 0 | 32 | 1B | 15 | 14C | 31 | 3B |
| Octal | 312 | 144 | 223 | 0 | 62 | 33 | 25 | 514 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10010011 | 0 | 110010 | 11011 | 10101 | 101001100 | 110001 | 111011 |
Color Harmonies of #CA6493
Complementary color
Monochromatic Colors of #CA6493
Black with #CA6493
Text Example
Text Example
White with #CA6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6493; }
p { color: rgb(202,100,147); }
H1.HeaderClassName
{
color: #CA6493;
}
.AnyTagClassName
{
color: #CA6493;
}
</style>
background-color css
<style>
a { background-color: #CA6493; }
a { background-color: rgb(202,100,147); }
div.DivClassName
{
background-color: #CA6493;
}
.BgClassName
{
background-color: #CA6493;
}
</style>
border-color css
<style>
span { border-color: #CA6493; }
span { border-color: rgb(202,100,147); }
td.TdClassName
{
border-color: #CA6493;
}
.TagClassName
{
border-color: #CA6493;
}
</style>