Shades of Hopbush #C965A6
Tints of Hopbush #C965A6
RGB
CMYK
RGB Variations
Color information
#C965A6 (or 0xC965A6) is known color: Hopbush. HEX triplet: C9, 65 and A6. RGB value is (201,101,166). Sum of RGB (Red+Green+Blue) = 201+101+166=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C965A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965A6 is #369A59. Grayscale: #8A8A8A. Windows color (decimal): -3578458 or 10905033. OLE color: 10905033.
HSL color Cylindrical-coordinate representation of color #C965A6: hue angle of 321º 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 #C965A6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 166 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.21 |
| HSL | 321º | 0.48% | 0.59% | - |
| HSV(B) | 321º | 0.5% | 0.79% | - |
| XYZ | 35.62 | 24.48 | 38.92 | - |
| YUV | 138.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 166 | 0 | 0.50 | 0.17 | 0.21 | 321 | 0.48 | 0.59 |
| Hex | C9 | 65 | A6 | 0 | 32 | 11 | 15 | 141 | 30 | 3B |
| Octal | 311 | 145 | 246 | 0 | 62 | 21 | 25 | 501 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10100110 | 0 | 110010 | 10001 | 10101 | 101000001 | 110000 | 111011 |
Color Harmonies of #C965A6
Complementary color
Monochromatic Colors of #C965A6
Black with #C965A6
Text Example
Text Example
White with #C965A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965A6; }
p { color: rgb(201,101,166); }
H1.HeaderClassName
{
color: #C965A6;
}
.AnyTagClassName
{
color: #C965A6;
}
</style>
background-color css
<style>
a { background-color: #C965A6; }
a { background-color: rgb(201,101,166); }
div.DivClassName
{
background-color: #C965A6;
}
.BgClassName
{
background-color: #C965A6;
}
</style>
border-color css
<style>
span { border-color: #C965A6; }
span { border-color: rgb(201,101,166); }
td.TdClassName
{
border-color: #C965A6;
}
.TagClassName
{
border-color: #C965A6;
}
</style>