Shades of Hopbush #CA6385
Tints of Hopbush #CA6385
RGB
CMYK
RGB Variations
Color information
#CA6385 (or 0xCA6385) is known color: Hopbush. HEX triplet: CA, 63 and 85. RGB value is (202,99,133). Sum of RGB (Red+Green+Blue) = 202+99+133=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6385 is #359C7A. Grayscale: #858585. Windows color (decimal): -3513467 or 8741834. OLE color: 8741834.
HSL color Cylindrical-coordinate representation of color #CA6385: hue angle of 340.19º 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 #CA6385 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 133 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.21 |
| HSL | 340.19º | 0.49% | 0.59% | - |
| HSV(B) | 340.19º | 0.51% | 0.79% | - |
| XYZ | 33.05 | 23.17 | 24.92 | - |
| YUV | 133.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 133 | 0 | 0.51 | 0.34 | 0.21 | 340.19 | 0.49 | 0.59 |
| Hex | CA | 63 | 85 | 0 | 33 | 22 | 15 | 154 | 31 | 3B |
| Octal | 312 | 143 | 205 | 0 | 63 | 42 | 25 | 524 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10000101 | 0 | 110011 | 100010 | 10101 | 101010100 | 110001 | 111011 |
Color Harmonies of #CA6385
Complementary color
Monochromatic Colors of #CA6385
Black with #CA6385
Text Example
Text Example
White with #CA6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6385; }
p { color: rgb(202,99,133); }
H1.HeaderClassName
{
color: #CA6385;
}
.AnyTagClassName
{
color: #CA6385;
}
</style>
background-color css
<style>
a { background-color: #CA6385; }
a { background-color: rgb(202,99,133); }
div.DivClassName
{
background-color: #CA6385;
}
.BgClassName
{
background-color: #CA6385;
}
</style>
border-color css
<style>
span { border-color: #CA6385; }
span { border-color: rgb(202,99,133); }
td.TdClassName
{
border-color: #CA6385;
}
.TagClassName
{
border-color: #CA6385;
}
</style>