Shades of Hopbush #CA6392
Tints of Hopbush #CA6392
RGB
CMYK
RGB Variations
Color information
#CA6392 (or 0xCA6392) is known color: Hopbush. HEX triplet: CA, 63 and 92. RGB value is (202,99,146). Sum of RGB (Red+Green+Blue) = 202+99+146=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6392 is #359C6D. Grayscale: #878787. Windows color (decimal): -3513454 or 9593802. OLE color: 9593802.
HSL color Cylindrical-coordinate representation of color #CA6392: hue angle of 332.62º 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 #CA6392 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 146 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.21 |
| HSL | 332.62º | 0.49% | 0.59% | - |
| HSV(B) | 332.62º | 0.51% | 0.79% | - |
| XYZ | 34.01 | 23.56 | 29.95 | - |
| YUV | 135.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 146 | 0 | 0.51 | 0.28 | 0.21 | 332.62 | 0.49 | 0.59 |
| Hex | CA | 63 | 92 | 0 | 33 | 1C | 15 | 14D | 31 | 3B |
| Octal | 312 | 143 | 222 | 0 | 63 | 34 | 25 | 515 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10010010 | 0 | 110011 | 11100 | 10101 | 101001101 | 110001 | 111011 |
Color Harmonies of #CA6392
Complementary color
Monochromatic Colors of #CA6392
Black with #CA6392
Text Example
Text Example
White with #CA6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6392; }
p { color: rgb(202,99,146); }
H1.HeaderClassName
{
color: #CA6392;
}
.AnyTagClassName
{
color: #CA6392;
}
</style>
background-color css
<style>
a { background-color: #CA6392; }
a { background-color: rgb(202,99,146); }
div.DivClassName
{
background-color: #CA6392;
}
.BgClassName
{
background-color: #CA6392;
}
</style>
border-color css
<style>
span { border-color: #CA6392; }
span { border-color: rgb(202,99,146); }
td.TdClassName
{
border-color: #CA6392;
}
.TagClassName
{
border-color: #CA6392;
}
</style>