Shades of Hopbush #C964A8
Tints of Hopbush #C964A8
RGB
CMYK
RGB Variations
Color information
#C964A8 (or 0xC964A8) is known color: Hopbush. HEX triplet: C9, 64 and A8. RGB value is (201,100,168). Sum of RGB (Red+Green+Blue) = 201+100+168=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C964A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C964A8 is #369B57. Grayscale: #898989. Windows color (decimal): -3578712 or 11035849. OLE color: 11035849.
HSL color Cylindrical-coordinate representation of color #C964A8: hue angle of 319.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 #C964A8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 168 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.21 |
| HSL | 319.6º | 0.48% | 0.59% | - |
| HSV(B) | 319.6º | 0.5% | 0.79% | - |
| XYZ | 35.71 | 24.36 | 39.87 | - |
| YUV | 137.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 168 | 0 | 0.50 | 0.16 | 0.21 | 319.6 | 0.48 | 0.59 |
| Hex | C9 | 64 | A8 | 0 | 32 | 10 | 15 | 140 | 30 | 3B |
| Octal | 311 | 144 | 250 | 0 | 62 | 20 | 25 | 500 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10101000 | 0 | 110010 | 10000 | 10101 | 101000000 | 110000 | 111011 |
Color Harmonies of #C964A8
Complementary color
Monochromatic Colors of #C964A8
Black with #C964A8
Text Example
Text Example
White with #C964A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964A8; }
p { color: rgb(201,100,168); }
H1.HeaderClassName
{
color: #C964A8;
}
.AnyTagClassName
{
color: #C964A8;
}
</style>
background-color css
<style>
a { background-color: #C964A8; }
a { background-color: rgb(201,100,168); }
div.DivClassName
{
background-color: #C964A8;
}
.BgClassName
{
background-color: #C964A8;
}
</style>
border-color css
<style>
span { border-color: #C964A8; }
span { border-color: rgb(201,100,168); }
td.TdClassName
{
border-color: #C964A8;
}
.TagClassName
{
border-color: #C964A8;
}
</style>