Shades of Hopbush #C27A9B
Tints of Hopbush #C27A9B
RGB
CMYK
RGB Variations
Color information
#C27A9B (or 0xC27A9B) is known color: Hopbush. HEX triplet: C2, 7A and 9B. RGB value is (194,122,155). Sum of RGB (Red+Green+Blue) = 194+122+155=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A9B is #3D8564. Grayscale: #939393. Windows color (decimal): -4031845 or 10189506. OLE color: 10189506.
HSL color Cylindrical-coordinate representation of color #C27A9B: hue angle of 332.5º 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 #C27A9B is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 155 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.24 |
| HSL | 332.5º | 0.37% | 0.62% | - |
| HSV(B) | 332.5º | 0.37% | 0.76% | - |
| XYZ | 35.12 | 27.75 | 34.52 | - |
| YUV | 147.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 155 | 0 | 0.37 | 0.20 | 0.24 | 332.5 | 0.37 | 0.62 |
| Hex | C2 | 7A | 9B | 0 | 25 | 14 | 18 | 14C | 25 | 3E |
| Octal | 302 | 172 | 233 | 0 | 45 | 24 | 30 | 514 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10011011 | 0 | 100101 | 10100 | 11000 | 101001100 | 100101 | 111110 |
Color Harmonies of #C27A9B
Complementary color
Monochromatic Colors of #C27A9B
Black with #C27A9B
Text Example
Text Example
White with #C27A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A9B; }
p { color: rgb(194,122,155); }
H1.HeaderClassName
{
color: #C27A9B;
}
.AnyTagClassName
{
color: #C27A9B;
}
</style>
background-color css
<style>
a { background-color: #C27A9B; }
a { background-color: rgb(194,122,155); }
div.DivClassName
{
background-color: #C27A9B;
}
.BgClassName
{
background-color: #C27A9B;
}
</style>
border-color css
<style>
span { border-color: #C27A9B; }
span { border-color: rgb(194,122,155); }
td.TdClassName
{
border-color: #C27A9B;
}
.TagClassName
{
border-color: #C27A9B;
}
</style>