Shades of Hopbush #C27A9E
Tints of Hopbush #C27A9E
RGB
CMYK
RGB Variations
Color information
#C27A9E (or 0xC27A9E) is known color: Hopbush. HEX triplet: C2, 7A and 9E. RGB value is (194,122,158). Sum of RGB (Red+Green+Blue) = 194+122+158=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A9E is #3D8561. Grayscale: #939393. Windows color (decimal): -4031842 or 10386114. OLE color: 10386114.
HSL color Cylindrical-coordinate representation of color #C27A9E: hue angle of 330º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A9E is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 158 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.24 |
| HSL | 330º | 0.37% | 0.62% | - |
| HSV(B) | 330º | 0.37% | 0.76% | - |
| XYZ | 35.38 | 27.86 | 35.86 | - |
| YUV | 147.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 158 | 0 | 0.37 | 0.19 | 0.24 | 330 | 0.37 | 0.62 |
| Hex | C2 | 7A | 9E | 0 | 25 | 13 | 18 | 14A | 25 | 3E |
| Octal | 302 | 172 | 236 | 0 | 45 | 23 | 30 | 512 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10011110 | 0 | 100101 | 10011 | 11000 | 101001010 | 100101 | 111110 |
Color Harmonies of #C27A9E
Complementary color
Monochromatic Colors of #C27A9E
Black with #C27A9E
Text Example
Text Example
White with #C27A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A9E; }
p { color: rgb(194,122,158); }
H1.HeaderClassName
{
color: #C27A9E;
}
.AnyTagClassName
{
color: #C27A9E;
}
</style>
background-color css
<style>
a { background-color: #C27A9E; }
a { background-color: rgb(194,122,158); }
div.DivClassName
{
background-color: #C27A9E;
}
.BgClassName
{
background-color: #C27A9E;
}
</style>
border-color css
<style>
span { border-color: #C27A9E; }
span { border-color: rgb(194,122,158); }
td.TdClassName
{
border-color: #C27A9E;
}
.TagClassName
{
border-color: #C27A9E;
}
</style>