Shades of Hopbush #CA6384
Tints of Hopbush #CA6384
RGB
CMYK
RGB Variations
Color information
#CA6384 (or 0xCA6384) is known color: Hopbush. HEX triplet: CA, 63 and 84. RGB value is (202,99,132). Sum of RGB (Red+Green+Blue) = 202+99+132=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6384 is #359C7B. Grayscale: #858585. Windows color (decimal): -3513468 or 8676298. OLE color: 8676298.
HSL color Cylindrical-coordinate representation of color #CA6384: hue angle of 340.78º 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 #CA6384 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 132 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.21 |
| HSL | 340.78º | 0.49% | 0.59% | - |
| HSV(B) | 340.78º | 0.51% | 0.79% | - |
| XYZ | 32.98 | 23.15 | 24.56 | - |
| YUV | 133.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 132 | 0 | 0.51 | 0.35 | 0.21 | 340.78 | 0.49 | 0.59 |
| Hex | CA | 63 | 84 | 0 | 33 | 23 | 15 | 155 | 31 | 3B |
| Octal | 312 | 143 | 204 | 0 | 63 | 43 | 25 | 525 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10000100 | 0 | 110011 | 100011 | 10101 | 101010101 | 110001 | 111011 |
Color Harmonies of #CA6384
Complementary color
Monochromatic Colors of #CA6384
Black with #CA6384
Text Example
Text Example
White with #CA6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6384; }
p { color: rgb(202,99,132); }
H1.HeaderClassName
{
color: #CA6384;
}
.AnyTagClassName
{
color: #CA6384;
}
</style>
background-color css
<style>
a { background-color: #CA6384; }
a { background-color: rgb(202,99,132); }
div.DivClassName
{
background-color: #CA6384;
}
.BgClassName
{
background-color: #CA6384;
}
</style>
border-color css
<style>
span { border-color: #CA6384; }
span { border-color: rgb(202,99,132); }
td.TdClassName
{
border-color: #CA6384;
}
.TagClassName
{
border-color: #CA6384;
}
</style>