Shades of Hopbush #C27395
Tints of Hopbush #C27395
RGB
CMYK
RGB Variations
Color information
#C27395 (or 0xC27395) is known color: Hopbush. HEX triplet: C2, 73 and 95. RGB value is (194,115,149). Sum of RGB (Red+Green+Blue) = 194+115+149=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C27395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27395 is #3D8C6A. Grayscale: #8E8E8E. Windows color (decimal): -4033643 or 9794498. OLE color: 9794498.
HSL color Cylindrical-coordinate representation of color #C27395: hue angle of 334.18º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27395 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 149 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 334.18º | 0.39% | 0.61% | - |
| HSV(B) | 334.18º | 0.41% | 0.76% | - |
| XYZ | 33.8 | 25.9 | 31.65 | - |
| YUV | 142.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 149 | 0 | 0.41 | 0.23 | 0.24 | 334.18 | 0.39 | 0.61 |
| Hex | C2 | 73 | 95 | 0 | 29 | 17 | 18 | 14E | 27 | 3D |
| Octal | 302 | 163 | 225 | 0 | 51 | 27 | 30 | 516 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10010101 | 0 | 101001 | 10111 | 11000 | 101001110 | 100111 | 111101 |
Color Harmonies of #C27395
Complementary color
Monochromatic Colors of #C27395
Black with #C27395
Text Example
Text Example
White with #C27395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27395; }
p { color: rgb(194,115,149); }
H1.HeaderClassName
{
color: #C27395;
}
.AnyTagClassName
{
color: #C27395;
}
</style>
background-color css
<style>
a { background-color: #C27395; }
a { background-color: rgb(194,115,149); }
div.DivClassName
{
background-color: #C27395;
}
.BgClassName
{
background-color: #C27395;
}
</style>
border-color css
<style>
span { border-color: #C27395; }
span { border-color: rgb(194,115,149); }
td.TdClassName
{
border-color: #C27395;
}
.TagClassName
{
border-color: #C27395;
}
</style>