Shades of Hopbush #C965A9
Tints of Hopbush #C965A9
RGB
CMYK
RGB Variations
Color information
#C965A9 (or 0xC965A9) is known color: Hopbush. HEX triplet: C9, 65 and A9. RGB value is (201,101,169). Sum of RGB (Red+Green+Blue) = 201+101+169=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C965A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965A9 is #369A56. Grayscale: #8A8A8A. Windows color (decimal): -3578455 or 11101641. OLE color: 11101641.
HSL color Cylindrical-coordinate representation of color #C965A9: hue angle of 319.2º 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 #C965A9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 169 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.21 |
| HSL | 319.2º | 0.48% | 0.59% | - |
| HSV(B) | 319.2º | 0.5% | 0.79% | - |
| XYZ | 35.9 | 24.59 | 40.39 | - |
| YUV | 138.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 169 | 0 | 0.50 | 0.16 | 0.21 | 319.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | A9 | 0 | 32 | 10 | 15 | 13F | 30 | 3B |
| Octal | 311 | 145 | 251 | 0 | 62 | 20 | 25 | 477 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10101001 | 0 | 110010 | 10000 | 10101 | 100111111 | 110000 | 111011 |
Color Harmonies of #C965A9
Complementary color
Monochromatic Colors of #C965A9
Black with #C965A9
Text Example
Text Example
White with #C965A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965A9; }
p { color: rgb(201,101,169); }
H1.HeaderClassName
{
color: #C965A9;
}
.AnyTagClassName
{
color: #C965A9;
}
</style>
background-color css
<style>
a { background-color: #C965A9; }
a { background-color: rgb(201,101,169); }
div.DivClassName
{
background-color: #C965A9;
}
.BgClassName
{
background-color: #C965A9;
}
</style>
border-color css
<style>
span { border-color: #C965A9; }
span { border-color: rgb(201,101,169); }
td.TdClassName
{
border-color: #C965A9;
}
.TagClassName
{
border-color: #C965A9;
}
</style>