Shades of Hopbush #CB63A9
Tints of Hopbush #CB63A9
RGB
CMYK
RGB Variations
Color information
#CB63A9 (or 0xCB63A9) is known color: Hopbush. HEX triplet: CB, 63 and A9. RGB value is (203,99,169). Sum of RGB (Red+Green+Blue) = 203+99+169=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63A9 is #349C56. Grayscale: #898989. Windows color (decimal): -3447895 or 11101131. OLE color: 11101131.
HSL color Cylindrical-coordinate representation of color #CB63A9: hue angle of 319.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB63A9 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 169 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.20 |
| HSL | 319.62º | 0.5% | 0.59% | - |
| HSV(B) | 319.62º | 0.51% | 0.8% | - |
| XYZ | 36.25 | 24.48 | 40.35 | - |
| YUV | 138.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 169 | 0 | 0.51 | 0.17 | 0.20 | 319.62 | 0.5 | 0.59 |
| Hex | CB | 63 | A9 | 0 | 33 | 11 | 14 | 140 | 32 | 3B |
| Octal | 313 | 143 | 251 | 0 | 63 | 21 | 24 | 500 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10101001 | 0 | 110011 | 10001 | 10100 | 101000000 | 110010 | 111011 |
Color Harmonies of #CB63A9
Complementary color
Monochromatic Colors of #CB63A9
Black with #CB63A9
Text Example
Text Example
White with #CB63A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63A9; }
p { color: rgb(203,99,169); }
H1.HeaderClassName
{
color: #CB63A9;
}
.AnyTagClassName
{
color: #CB63A9;
}
</style>
background-color css
<style>
a { background-color: #CB63A9; }
a { background-color: rgb(203,99,169); }
div.DivClassName
{
background-color: #CB63A9;
}
.BgClassName
{
background-color: #CB63A9;
}
</style>
border-color css
<style>
span { border-color: #CB63A9; }
span { border-color: rgb(203,99,169); }
td.TdClassName
{
border-color: #CB63A9;
}
.TagClassName
{
border-color: #CB63A9;
}
</style>