Shades of Hopbush #CA65A6
Tints of Hopbush #CA65A6
RGB
CMYK
RGB Variations
Color information
#CA65A6 (or 0xCA65A6) is known color: Hopbush. HEX triplet: CA, 65 and A6. RGB value is (202,101,166). Sum of RGB (Red+Green+Blue) = 202+101+166=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA65A6 is #359A59. Grayscale: #8A8A8A. Windows color (decimal): -3512922 or 10905034. OLE color: 10905034.
HSL color Cylindrical-coordinate representation of color #CA65A6: hue angle of 321.39º 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 #CA65A6 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 166 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.21 |
| HSL | 321.39º | 0.49% | 0.59% | - |
| HSV(B) | 321.39º | 0.5% | 0.79% | - |
| XYZ | 35.89 | 24.62 | 38.94 | - |
| YUV | 138.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 166 | 0 | 0.50 | 0.18 | 0.21 | 321.39 | 0.49 | 0.59 |
| Hex | CA | 65 | A6 | 0 | 32 | 12 | 15 | 141 | 31 | 3B |
| Octal | 312 | 145 | 246 | 0 | 62 | 22 | 25 | 501 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10100110 | 0 | 110010 | 10010 | 10101 | 101000001 | 110001 | 111011 |
Color Harmonies of #CA65A6
Complementary color
Monochromatic Colors of #CA65A6
Black with #CA65A6
Text Example
Text Example
White with #CA65A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65A6; }
p { color: rgb(202,101,166); }
H1.HeaderClassName
{
color: #CA65A6;
}
.AnyTagClassName
{
color: #CA65A6;
}
</style>
background-color css
<style>
a { background-color: #CA65A6; }
a { background-color: rgb(202,101,166); }
div.DivClassName
{
background-color: #CA65A6;
}
.BgClassName
{
background-color: #CA65A6;
}
</style>
border-color css
<style>
span { border-color: #CA65A6; }
span { border-color: rgb(202,101,166); }
td.TdClassName
{
border-color: #CA65A6;
}
.TagClassName
{
border-color: #CA65A6;
}
</style>