Shades of Hopbush #C964A3
Tints of Hopbush #C964A3
RGB
CMYK
RGB Variations
Color information
#C964A3 (or 0xC964A3) is known color: Hopbush. HEX triplet: C9, 64 and A3. RGB value is (201,100,163). Sum of RGB (Red+Green+Blue) = 201+100+163=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C964A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C964A3 is #369B5C. Grayscale: #898989. Windows color (decimal): -3578717 or 10708169. OLE color: 10708169.
HSL color Cylindrical-coordinate representation of color #C964A3: hue angle of 322.57º 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 #C964A3 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 163 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.21 |
| HSL | 322.57º | 0.48% | 0.59% | - |
| HSV(B) | 322.57º | 0.5% | 0.79% | - |
| XYZ | 35.26 | 24.18 | 37.46 | - |
| YUV | 137.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 163 | 0 | 0.50 | 0.19 | 0.21 | 322.57 | 0.48 | 0.59 |
| Hex | C9 | 64 | A3 | 0 | 32 | 13 | 15 | 143 | 30 | 3B |
| Octal | 311 | 144 | 243 | 0 | 62 | 23 | 25 | 503 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10100011 | 0 | 110010 | 10011 | 10101 | 101000011 | 110000 | 111011 |
Color Harmonies of #C964A3
Complementary color
Monochromatic Colors of #C964A3
Black with #C964A3
Text Example
Text Example
White with #C964A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964A3; }
p { color: rgb(201,100,163); }
H1.HeaderClassName
{
color: #C964A3;
}
.AnyTagClassName
{
color: #C964A3;
}
</style>
background-color css
<style>
a { background-color: #C964A3; }
a { background-color: rgb(201,100,163); }
div.DivClassName
{
background-color: #C964A3;
}
.BgClassName
{
background-color: #C964A3;
}
</style>
border-color css
<style>
span { border-color: #C964A3; }
span { border-color: rgb(201,100,163); }
td.TdClassName
{
border-color: #C964A3;
}
.TagClassName
{
border-color: #C964A3;
}
</style>