Shades of Hopbush #C963AB
Tints of Hopbush #C963AB
RGB
CMYK
RGB Variations
Color information
#C963AB (or 0xC963AB) is known color: Hopbush. HEX triplet: C9, 63 and AB. RGB value is (201,99,171). Sum of RGB (Red+Green+Blue) = 201+99+171=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AB is #369C54. Grayscale: #898989. Windows color (decimal): -3578965 or 11232201. OLE color: 11232201.
HSL color Cylindrical-coordinate representation of color #C963AB: hue angle of 317.65º 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 #C963AB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 171 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.21 |
| HSL | 317.65º | 0.49% | 0.59% | - |
| HSV(B) | 317.65º | 0.51% | 0.79% | - |
| XYZ | 35.9 | 24.28 | 41.32 | - |
| YUV | 137.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 171 | 0 | 0.51 | 0.15 | 0.21 | 317.65 | 0.49 | 0.59 |
| Hex | C9 | 63 | AB | 0 | 33 | F | 15 | 13E | 31 | 3B |
| Octal | 311 | 143 | 253 | 0 | 63 | 17 | 25 | 476 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10101011 | 0 | 110011 | 1111 | 10101 | 100111110 | 110001 | 111011 |
Color Harmonies of #C963AB
Complementary color
Monochromatic Colors of #C963AB
Black with #C963AB
Text Example
Text Example
White with #C963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963AB; }
p { color: rgb(201,99,171); }
H1.HeaderClassName
{
color: #C963AB;
}
.AnyTagClassName
{
color: #C963AB;
}
</style>
background-color css
<style>
a { background-color: #C963AB; }
a { background-color: rgb(201,99,171); }
div.DivClassName
{
background-color: #C963AB;
}
.BgClassName
{
background-color: #C963AB;
}
</style>
border-color css
<style>
span { border-color: #C963AB; }
span { border-color: rgb(201,99,171); }
td.TdClassName
{
border-color: #C963AB;
}
.TagClassName
{
border-color: #C963AB;
}
</style>