Shades of Hopbush #C27A9C
Tints of Hopbush #C27A9C
RGB
CMYK
RGB Variations
Color information
#C27A9C (or 0xC27A9C) is known color: Hopbush. HEX triplet: C2, 7A and 9C. RGB value is (194,122,156). Sum of RGB (Red+Green+Blue) = 194+122+156=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A9C is #3D8563. Grayscale: #939393. Windows color (decimal): -4031844 or 10255042. OLE color: 10255042.
HSL color Cylindrical-coordinate representation of color #C27A9C: hue angle of 331.67º 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 #C27A9C is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 156 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.24 |
| HSL | 331.67º | 0.37% | 0.62% | - |
| HSV(B) | 331.67º | 0.37% | 0.76% | - |
| XYZ | 35.21 | 27.79 | 34.96 | - |
| YUV | 147.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 156 | 0 | 0.37 | 0.20 | 0.24 | 331.67 | 0.37 | 0.62 |
| Hex | C2 | 7A | 9C | 0 | 25 | 14 | 18 | 14C | 25 | 3E |
| Octal | 302 | 172 | 234 | 0 | 45 | 24 | 30 | 514 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10011100 | 0 | 100101 | 10100 | 11000 | 101001100 | 100101 | 111110 |
Color Harmonies of #C27A9C
Complementary color
Monochromatic Colors of #C27A9C
Black with #C27A9C
Text Example
Text Example
White with #C27A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A9C; }
p { color: rgb(194,122,156); }
H1.HeaderClassName
{
color: #C27A9C;
}
.AnyTagClassName
{
color: #C27A9C;
}
</style>
background-color css
<style>
a { background-color: #C27A9C; }
a { background-color: rgb(194,122,156); }
div.DivClassName
{
background-color: #C27A9C;
}
.BgClassName
{
background-color: #C27A9C;
}
</style>
border-color css
<style>
span { border-color: #C27A9C; }
span { border-color: rgb(194,122,156); }
td.TdClassName
{
border-color: #C27A9C;
}
.TagClassName
{
border-color: #C27A9C;
}
</style>