Shades of Hopbush #C96FA1
Tints of Hopbush #C96FA1
RGB
CMYK
RGB Variations
Color information
#C96FA1 (or 0xC96FA1) is known color: Hopbush. HEX triplet: C9, 6F and A1. RGB value is (201,111,161). Sum of RGB (Red+Green+Blue) = 201+111+161=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96FA1 is #36905E. Grayscale: #8F8F8F. Windows color (decimal): -3575903 or 10579913. OLE color: 10579913.
HSL color Cylindrical-coordinate representation of color #C96FA1: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96FA1 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 161 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.21 |
| HSL | 326.67º | 0.45% | 0.61% | - |
| HSV(B) | 326.67º | 0.45% | 0.79% | - |
| XYZ | 36.2 | 26.36 | 36.9 | - |
| YUV | 143.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 161 | 0 | 0.45 | 0.20 | 0.21 | 326.67 | 0.45 | 0.61 |
| Hex | C9 | 6F | A1 | 0 | 2D | 14 | 15 | 147 | 2D | 3D |
| Octal | 311 | 157 | 241 | 0 | 55 | 24 | 25 | 507 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10100001 | 0 | 101101 | 10100 | 10101 | 101000111 | 101101 | 111101 |
Color Harmonies of #C96FA1
Complementary color
Monochromatic Colors of #C96FA1
Black with #C96FA1
Text Example
Text Example
White with #C96FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FA1; }
p { color: rgb(201,111,161); }
H1.HeaderClassName
{
color: #C96FA1;
}
.AnyTagClassName
{
color: #C96FA1;
}
</style>
background-color css
<style>
a { background-color: #C96FA1; }
a { background-color: rgb(201,111,161); }
div.DivClassName
{
background-color: #C96FA1;
}
.BgClassName
{
background-color: #C96FA1;
}
</style>
border-color css
<style>
span { border-color: #C96FA1; }
span { border-color: rgb(201,111,161); }
td.TdClassName
{
border-color: #C96FA1;
}
.TagClassName
{
border-color: #C96FA1;
}
</style>