Shades of Hopbush #CA6484
Tints of Hopbush #CA6484
RGB
CMYK
RGB Variations
Color information
#CA6484 (or 0xCA6484) is known color: Hopbush. HEX triplet: CA, 64 and 84. RGB value is (202,100,132). Sum of RGB (Red+Green+Blue) = 202+100+132=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6484 is #359B7B. Grayscale: #868686. Windows color (decimal): -3513212 or 8676554. OLE color: 8676554.
HSL color Cylindrical-coordinate representation of color #CA6484: hue angle of 341.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 #CA6484 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 132 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.21 |
| HSL | 341.18º | 0.49% | 0.59% | - |
| HSV(B) | 341.18º | 0.5% | 0.79% | - |
| XYZ | 33.08 | 23.34 | 24.59 | - |
| YUV | 134.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 132 | 0 | 0.50 | 0.35 | 0.21 | 341.18 | 0.49 | 0.59 |
| Hex | CA | 64 | 84 | 0 | 32 | 23 | 15 | 155 | 31 | 3B |
| Octal | 312 | 144 | 204 | 0 | 62 | 43 | 25 | 525 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10000100 | 0 | 110010 | 100011 | 10101 | 101010101 | 110001 | 111011 |
Color Harmonies of #CA6484
Complementary color
Monochromatic Colors of #CA6484
Black with #CA6484
Text Example
Text Example
White with #CA6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6484; }
p { color: rgb(202,100,132); }
H1.HeaderClassName
{
color: #CA6484;
}
.AnyTagClassName
{
color: #CA6484;
}
</style>
background-color css
<style>
a { background-color: #CA6484; }
a { background-color: rgb(202,100,132); }
div.DivClassName
{
background-color: #CA6484;
}
.BgClassName
{
background-color: #CA6484;
}
</style>
border-color css
<style>
span { border-color: #CA6484; }
span { border-color: rgb(202,100,132); }
td.TdClassName
{
border-color: #CA6484;
}
.TagClassName
{
border-color: #CA6484;
}
</style>