Shades of Hopbush #C963AA
Tints of Hopbush #C963AA
RGB
CMYK
RGB Variations
Color information
#C963AA (or 0xC963AA) is known color: Hopbush. HEX triplet: C9, 63 and AA. RGB value is (201,99,170). Sum of RGB (Red+Green+Blue) = 201+99+170=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AA is #369C55. Grayscale: #898989. Windows color (decimal): -3578966 or 11166665. OLE color: 11166665.
HSL color Cylindrical-coordinate representation of color #C963AA: hue angle of 318.24º 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 #C963AA is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 170 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.21 |
| HSL | 318.24º | 0.49% | 0.59% | - |
| HSV(B) | 318.24º | 0.51% | 0.79% | - |
| XYZ | 35.8 | 24.24 | 40.82 | - |
| YUV | 137.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 170 | 0 | 0.51 | 0.15 | 0.21 | 318.24 | 0.49 | 0.59 |
| Hex | C9 | 63 | AA | 0 | 33 | F | 15 | 13E | 31 | 3B |
| Octal | 311 | 143 | 252 | 0 | 63 | 17 | 25 | 476 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10101010 | 0 | 110011 | 1111 | 10101 | 100111110 | 110001 | 111011 |
Color Harmonies of #C963AA
Complementary color
Monochromatic Colors of #C963AA
Black with #C963AA
Text Example
Text Example
White with #C963AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963AA; }
p { color: rgb(201,99,170); }
H1.HeaderClassName
{
color: #C963AA;
}
.AnyTagClassName
{
color: #C963AA;
}
</style>
background-color css
<style>
a { background-color: #C963AA; }
a { background-color: rgb(201,99,170); }
div.DivClassName
{
background-color: #C963AA;
}
.BgClassName
{
background-color: #C963AA;
}
</style>
border-color css
<style>
span { border-color: #C963AA; }
span { border-color: rgb(201,99,170); }
td.TdClassName
{
border-color: #C963AA;
}
.TagClassName
{
border-color: #C963AA;
}
</style>