Shades of Hopbush #C965A5
Tints of Hopbush #C965A5
RGB
CMYK
RGB Variations
Color information
#C965A5 (or 0xC965A5) is known color: Hopbush. HEX triplet: C9, 65 and A5. RGB value is (201,101,165). Sum of RGB (Red+Green+Blue) = 201+101+165=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C965A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965A5 is #369A5A. Grayscale: #8A8A8A. Windows color (decimal): -3578459 or 10839497. OLE color: 10839497.
HSL color Cylindrical-coordinate representation of color #C965A5: hue angle of 321.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 #C965A5 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 165 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.21 |
| HSL | 321.6º | 0.48% | 0.59% | - |
| HSV(B) | 321.6º | 0.5% | 0.79% | - |
| XYZ | 35.53 | 24.44 | 38.44 | - |
| YUV | 138.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 165 | 0 | 0.50 | 0.18 | 0.21 | 321.6 | 0.48 | 0.59 |
| Hex | C9 | 65 | A5 | 0 | 32 | 12 | 15 | 142 | 30 | 3B |
| Octal | 311 | 145 | 245 | 0 | 62 | 22 | 25 | 502 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10100101 | 0 | 110010 | 10010 | 10101 | 101000010 | 110000 | 111011 |
Color Harmonies of #C965A5
Complementary color
Monochromatic Colors of #C965A5
Black with #C965A5
Text Example
Text Example
White with #C965A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965A5; }
p { color: rgb(201,101,165); }
H1.HeaderClassName
{
color: #C965A5;
}
.AnyTagClassName
{
color: #C965A5;
}
</style>
background-color css
<style>
a { background-color: #C965A5; }
a { background-color: rgb(201,101,165); }
div.DivClassName
{
background-color: #C965A5;
}
.BgClassName
{
background-color: #C965A5;
}
</style>
border-color css
<style>
span { border-color: #C965A5; }
span { border-color: rgb(201,101,165); }
td.TdClassName
{
border-color: #C965A5;
}
.TagClassName
{
border-color: #C965A5;
}
</style>