Shades of Hopbush #C27493
Tints of Hopbush #C27493
RGB
CMYK
RGB Variations
Color information
#C27493 (or 0xC27493) is known color: Hopbush. HEX triplet: C2, 74 and 93. RGB value is (194,116,147). Sum of RGB (Red+Green+Blue) = 194+116+147=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27493 is #3D8B6C. Grayscale: #8E8E8E. Windows color (decimal): -4033389 or 9663682. OLE color: 9663682.
HSL color Cylindrical-coordinate representation of color #C27493: hue angle of 336.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27493 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 147 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.24 |
| HSL | 336.15º | 0.39% | 0.61% | - |
| HSV(B) | 336.15º | 0.4% | 0.76% | - |
| XYZ | 33.76 | 26.07 | 30.86 | - |
| YUV | 142.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 147 | 0 | 0.40 | 0.24 | 0.24 | 336.15 | 0.39 | 0.61 |
| Hex | C2 | 74 | 93 | 0 | 28 | 18 | 18 | 150 | 27 | 3D |
| Octal | 302 | 164 | 223 | 0 | 50 | 30 | 30 | 520 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10010011 | 0 | 101000 | 11000 | 11000 | 101010000 | 100111 | 111101 |
Color Harmonies of #C27493
Complementary color
Monochromatic Colors of #C27493
Black with #C27493
Text Example
Text Example
White with #C27493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27493; }
p { color: rgb(194,116,147); }
H1.HeaderClassName
{
color: #C27493;
}
.AnyTagClassName
{
color: #C27493;
}
</style>
background-color css
<style>
a { background-color: #C27493; }
a { background-color: rgb(194,116,147); }
div.DivClassName
{
background-color: #C27493;
}
.BgClassName
{
background-color: #C27493;
}
</style>
border-color css
<style>
span { border-color: #C27493; }
span { border-color: rgb(194,116,147); }
td.TdClassName
{
border-color: #C27493;
}
.TagClassName
{
border-color: #C27493;
}
</style>