Shades of Hopbush #C965AA
Tints of Hopbush #C965AA
RGB
CMYK
RGB Variations
Color information
#C965AA (or 0xC965AA) is known color: Hopbush. HEX triplet: C9, 65 and AA. RGB value is (201,101,170). Sum of RGB (Red+Green+Blue) = 201+101+170=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C965AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965AA is #369A55. Grayscale: #8A8A8A. Windows color (decimal): -3578454 or 11167177. OLE color: 11167177.
HSL color Cylindrical-coordinate representation of color #C965AA: hue angle of 318.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965AA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 170 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.21 |
| HSL | 318.6º | 0.48% | 0.59% | - |
| HSV(B) | 318.6º | 0.5% | 0.79% | - |
| XYZ | 36 | 24.63 | 40.89 | - |
| YUV | 138.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 170 | 0 | 0.50 | 0.15 | 0.21 | 318.6 | 0.48 | 0.59 |
| Hex | C9 | 65 | AA | 0 | 32 | F | 15 | 13F | 30 | 3B |
| Octal | 311 | 145 | 252 | 0 | 62 | 17 | 25 | 477 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10101010 | 0 | 110010 | 1111 | 10101 | 100111111 | 110000 | 111011 |
Color Harmonies of #C965AA
Complementary color
Monochromatic Colors of #C965AA
Black with #C965AA
Text Example
Text Example
White with #C965AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965AA; }
p { color: rgb(201,101,170); }
H1.HeaderClassName
{
color: #C965AA;
}
.AnyTagClassName
{
color: #C965AA;
}
</style>
background-color css
<style>
a { background-color: #C965AA; }
a { background-color: rgb(201,101,170); }
div.DivClassName
{
background-color: #C965AA;
}
.BgClassName
{
background-color: #C965AA;
}
</style>
border-color css
<style>
span { border-color: #C965AA; }
span { border-color: rgb(201,101,170); }
td.TdClassName
{
border-color: #C965AA;
}
.TagClassName
{
border-color: #C965AA;
}
</style>