Shades of Hopbush #C978AE
Tints of Hopbush #C978AE
RGB
CMYK
RGB Variations
Color information
#C978AE (or 0xC978AE) is known color: Hopbush. HEX triplet: C9, 78 and AE. RGB value is (201,120,174). Sum of RGB (Red+Green+Blue) = 201+120+174=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C978AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C978AE is #368751. Grayscale: #969696. Windows color (decimal): -3573586 or 11434185. OLE color: 11434185.
HSL color Cylindrical-coordinate representation of color #C978AE: hue angle of 320º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978AE is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 174 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.21 |
| HSL | 320º | 0.43% | 0.63% | - |
| HSV(B) | 320º | 0.4% | 0.79% | - |
| XYZ | 38.44 | 28.91 | 43.6 | - |
| YUV | 150.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 174 | 0 | 0.40 | 0.13 | 0.21 | 320 | 0.43 | 0.63 |
| Hex | C9 | 78 | AE | 0 | 28 | D | 15 | 140 | 2B | 3F |
| Octal | 311 | 170 | 256 | 0 | 50 | 15 | 25 | 500 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10101110 | 0 | 101000 | 1101 | 10101 | 101000000 | 101011 | 111111 |
Color Harmonies of #C978AE
Complementary color
Monochromatic Colors of #C978AE
Black with #C978AE
Text Example
Text Example
White with #C978AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978AE; }
p { color: rgb(201,120,174); }
H1.HeaderClassName
{
color: #C978AE;
}
.AnyTagClassName
{
color: #C978AE;
}
</style>
background-color css
<style>
a { background-color: #C978AE; }
a { background-color: rgb(201,120,174); }
div.DivClassName
{
background-color: #C978AE;
}
.BgClassName
{
background-color: #C978AE;
}
</style>
border-color css
<style>
span { border-color: #C978AE; }
span { border-color: rgb(201,120,174); }
td.TdClassName
{
border-color: #C978AE;
}
.TagClassName
{
border-color: #C978AE;
}
</style>