Shades of Hopbush #C96BAE
Tints of Hopbush #C96BAE
RGB
CMYK
RGB Variations
Color information
#C96BAE (or 0xC96BAE) is known color: Hopbush. HEX triplet: C9, 6B and AE. RGB value is (201,107,174). Sum of RGB (Red+Green+Blue) = 201+107+174=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAE is #369451. Grayscale: #8E8E8E. Windows color (decimal): -3576914 or 11430857. OLE color: 11430857.
HSL color Cylindrical-coordinate representation of color #C96BAE: hue angle of 317.23º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BAE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 174 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.21 |
| HSL | 317.23º | 0.47% | 0.6% | - |
| HSV(B) | 317.23º | 0.47% | 0.79% | - |
| XYZ | 36.99 | 25.99 | 43.11 | - |
| YUV | 142.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 174 | 0 | 0.47 | 0.13 | 0.21 | 317.23 | 0.47 | 0.6 |
| Hex | C9 | 6B | AE | 0 | 2F | D | 15 | 13D | 2F | 3C |
| Octal | 311 | 153 | 256 | 0 | 57 | 15 | 25 | 475 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10101110 | 0 | 101111 | 1101 | 10101 | 100111101 | 101111 | 111100 |
Color Harmonies of #C96BAE
Complementary color
Monochromatic Colors of #C96BAE
Black with #C96BAE
Text Example
Text Example
White with #C96BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BAE; }
p { color: rgb(201,107,174); }
H1.HeaderClassName
{
color: #C96BAE;
}
.AnyTagClassName
{
color: #C96BAE;
}
</style>
background-color css
<style>
a { background-color: #C96BAE; }
a { background-color: rgb(201,107,174); }
div.DivClassName
{
background-color: #C96BAE;
}
.BgClassName
{
background-color: #C96BAE;
}
</style>
border-color css
<style>
span { border-color: #C96BAE; }
span { border-color: rgb(201,107,174); }
td.TdClassName
{
border-color: #C96BAE;
}
.TagClassName
{
border-color: #C96BAE;
}
</style>