Shades of Hopbush #CA6495
Tints of Hopbush #CA6495
RGB
CMYK
RGB Variations
Color information
#CA6495 (or 0xCA6495) is known color: Hopbush. HEX triplet: CA, 64 and 95. RGB value is (202,100,149). Sum of RGB (Red+Green+Blue) = 202+100+149=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6495 is #359B6A. Grayscale: #878787. Windows color (decimal): -3513195 or 9790666. OLE color: 9790666.
HSL color Cylindrical-coordinate representation of color #CA6495: hue angle of 331.18º 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 #CA6495 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 149 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.21 |
| HSL | 331.18º | 0.49% | 0.59% | - |
| HSV(B) | 331.18º | 0.5% | 0.79% | - |
| XYZ | 34.34 | 23.84 | 31.23 | - |
| YUV | 136.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 149 | 0 | 0.50 | 0.26 | 0.21 | 331.18 | 0.49 | 0.59 |
| Hex | CA | 64 | 95 | 0 | 32 | 1A | 15 | 14B | 31 | 3B |
| Octal | 312 | 144 | 225 | 0 | 62 | 32 | 25 | 513 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10010101 | 0 | 110010 | 11010 | 10101 | 101001011 | 110001 | 111011 |
Color Harmonies of #CA6495
Complementary color
Monochromatic Colors of #CA6495
Black with #CA6495
Text Example
Text Example
White with #CA6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6495; }
p { color: rgb(202,100,149); }
H1.HeaderClassName
{
color: #CA6495;
}
.AnyTagClassName
{
color: #CA6495;
}
</style>
background-color css
<style>
a { background-color: #CA6495; }
a { background-color: rgb(202,100,149); }
div.DivClassName
{
background-color: #CA6495;
}
.BgClassName
{
background-color: #CA6495;
}
</style>
border-color css
<style>
span { border-color: #CA6495; }
span { border-color: rgb(202,100,149); }
td.TdClassName
{
border-color: #CA6495;
}
.TagClassName
{
border-color: #CA6495;
}
</style>