Shades of Hopbush #CA6294
Tints of Hopbush #CA6294
RGB
CMYK
RGB Variations
Color information
#CA6294 (or 0xCA6294) is known color: Hopbush. HEX triplet: CA, 62 and 94. RGB value is (202,98,148). Sum of RGB (Red+Green+Blue) = 202+98+148=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6294 is #359D6B. Grayscale: #868686. Windows color (decimal): -3513708 or 9724618. OLE color: 9724618.
HSL color Cylindrical-coordinate representation of color #CA6294: hue angle of 331.15º degrees, saturation: 0.5, 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 #CA6294 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 148 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.21 |
| HSL | 331.15º | 0.5% | 0.59% | - |
| HSV(B) | 331.15º | 0.51% | 0.79% | - |
| XYZ | 34.07 | 23.43 | 30.74 | - |
| YUV | 134.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 148 | 0 | 0.51 | 0.27 | 0.21 | 331.15 | 0.5 | 0.59 |
| Hex | CA | 62 | 94 | 0 | 33 | 1B | 15 | 14B | 32 | 3B |
| Octal | 312 | 142 | 224 | 0 | 63 | 33 | 25 | 513 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10010100 | 0 | 110011 | 11011 | 10101 | 101001011 | 110010 | 111011 |
Color Harmonies of #CA6294
Complementary color
Monochromatic Colors of #CA6294
Black with #CA6294
Text Example
Text Example
White with #CA6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6294; }
p { color: rgb(202,98,148); }
H1.HeaderClassName
{
color: #CA6294;
}
.AnyTagClassName
{
color: #CA6294;
}
</style>
background-color css
<style>
a { background-color: #CA6294; }
a { background-color: rgb(202,98,148); }
div.DivClassName
{
background-color: #CA6294;
}
.BgClassName
{
background-color: #CA6294;
}
</style>
border-color css
<style>
span { border-color: #CA6294; }
span { border-color: rgb(202,98,148); }
td.TdClassName
{
border-color: #CA6294;
}
.TagClassName
{
border-color: #CA6294;
}
</style>