Shades of Hopbush #C27D9B
Tints of Hopbush #C27D9B
RGB
CMYK
RGB Variations
Color information
#C27D9B (or 0xC27D9B) is known color: Hopbush. HEX triplet: C2, 7D and 9B. RGB value is (194,125,155). Sum of RGB (Red+Green+Blue) = 194+125+155=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D9B is #3D8264. Grayscale: #959595. Windows color (decimal): -4031077 or 10190274. OLE color: 10190274.
HSL color Cylindrical-coordinate representation of color #C27D9B: hue angle of 333.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D9B is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 155 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.24 |
| HSL | 333.91º | 0.36% | 0.63% | - |
| HSV(B) | 333.91º | 0.36% | 0.76% | - |
| XYZ | 35.5 | 28.5 | 34.64 | - |
| YUV | 149.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 155 | 0 | 0.36 | 0.20 | 0.24 | 333.91 | 0.36 | 0.63 |
| Hex | C2 | 7D | 9B | 0 | 24 | 14 | 18 | 14E | 24 | 3F |
| Octal | 302 | 175 | 233 | 0 | 44 | 24 | 30 | 516 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10011011 | 0 | 100100 | 10100 | 11000 | 101001110 | 100100 | 111111 |
Color Harmonies of #C27D9B
Complementary color
Monochromatic Colors of #C27D9B
Black with #C27D9B
Text Example
Text Example
White with #C27D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D9B; }
p { color: rgb(194,125,155); }
H1.HeaderClassName
{
color: #C27D9B;
}
.AnyTagClassName
{
color: #C27D9B;
}
</style>
background-color css
<style>
a { background-color: #C27D9B; }
a { background-color: rgb(194,125,155); }
div.DivClassName
{
background-color: #C27D9B;
}
.BgClassName
{
background-color: #C27D9B;
}
</style>
border-color css
<style>
span { border-color: #C27D9B; }
span { border-color: rgb(194,125,155); }
td.TdClassName
{
border-color: #C27D9B;
}
.TagClassName
{
border-color: #C27D9B;
}
</style>