Shades of Hopbush #C963A1
Tints of Hopbush #C963A1
RGB
CMYK
RGB Variations
Color information
#C963A1 (or 0xC963A1) is known color: Hopbush. HEX triplet: C9, 63 and A1. RGB value is (201,99,161). Sum of RGB (Red+Green+Blue) = 201+99+161=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C963A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963A1 is #369C5E. Grayscale: #888888. Windows color (decimal): -3578975 or 10576841. OLE color: 10576841.
HSL color Cylindrical-coordinate representation of color #C963A1: hue angle of 323.53º 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 #C963A1 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 161 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.21 |
| HSL | 323.53º | 0.49% | 0.59% | - |
| HSV(B) | 323.53º | 0.51% | 0.79% | - |
| XYZ | 34.98 | 23.91 | 36.49 | - |
| YUV | 136.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 161 | 0 | 0.51 | 0.20 | 0.21 | 323.53 | 0.49 | 0.59 |
| Hex | C9 | 63 | A1 | 0 | 33 | 14 | 15 | 144 | 31 | 3B |
| Octal | 311 | 143 | 241 | 0 | 63 | 24 | 25 | 504 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10100001 | 0 | 110011 | 10100 | 10101 | 101000100 | 110001 | 111011 |
Color Harmonies of #C963A1
Complementary color
Monochromatic Colors of #C963A1
Black with #C963A1
Text Example
Text Example
White with #C963A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963A1; }
p { color: rgb(201,99,161); }
H1.HeaderClassName
{
color: #C963A1;
}
.AnyTagClassName
{
color: #C963A1;
}
</style>
background-color css
<style>
a { background-color: #C963A1; }
a { background-color: rgb(201,99,161); }
div.DivClassName
{
background-color: #C963A1;
}
.BgClassName
{
background-color: #C963A1;
}
</style>
border-color css
<style>
span { border-color: #C963A1; }
span { border-color: rgb(201,99,161); }
td.TdClassName
{
border-color: #C963A1;
}
.TagClassName
{
border-color: #C963A1;
}
</style>