Shades of Hopbush #C96FAE
Tints of Hopbush #C96FAE
RGB
CMYK
RGB Variations
Color information
#C96FAE (or 0xC96FAE) is known color: Hopbush. HEX triplet: C9, 6F and AE. RGB value is (201,111,174). Sum of RGB (Red+Green+Blue) = 201+111+174=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96FAE is #369051. Grayscale: #909090. Windows color (decimal): -3575890 or 11431881. OLE color: 11431881.
HSL color Cylindrical-coordinate representation of color #C96FAE: hue angle of 318º 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 #C96FAE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 174 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.21 |
| HSL | 318º | 0.45% | 0.61% | - |
| HSV(B) | 318º | 0.45% | 0.79% | - |
| XYZ | 37.41 | 26.84 | 43.25 | - |
| YUV | 145.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 174 | 0 | 0.45 | 0.13 | 0.21 | 318 | 0.45 | 0.61 |
| Hex | C9 | 6F | AE | 0 | 2D | D | 15 | 13E | 2D | 3D |
| Octal | 311 | 157 | 256 | 0 | 55 | 15 | 25 | 476 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10101110 | 0 | 101101 | 1101 | 10101 | 100111110 | 101101 | 111101 |
Color Harmonies of #C96FAE
Complementary color
Monochromatic Colors of #C96FAE
Black with #C96FAE
Text Example
Text Example
White with #C96FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FAE; }
p { color: rgb(201,111,174); }
H1.HeaderClassName
{
color: #C96FAE;
}
.AnyTagClassName
{
color: #C96FAE;
}
</style>
background-color css
<style>
a { background-color: #C96FAE; }
a { background-color: rgb(201,111,174); }
div.DivClassName
{
background-color: #C96FAE;
}
.BgClassName
{
background-color: #C96FAE;
}
</style>
border-color css
<style>
span { border-color: #C96FAE; }
span { border-color: rgb(201,111,174); }
td.TdClassName
{
border-color: #C96FAE;
}
.TagClassName
{
border-color: #C96FAE;
}
</style>