Shades of Hopbush #C27397
Tints of Hopbush #C27397
RGB
CMYK
RGB Variations
Color information
#C27397 (or 0xC27397) is known color: Hopbush. HEX triplet: C2, 73 and 97. RGB value is (194,115,151). Sum of RGB (Red+Green+Blue) = 194+115+151=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27397 is #3D8C68. Grayscale: #8E8E8E. Windows color (decimal): -4033641 or 9925570. OLE color: 9925570.
HSL color Cylindrical-coordinate representation of color #C27397: hue angle of 332.66º 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 #C27397 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 151 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.24 |
| HSL | 332.66º | 0.39% | 0.61% | - |
| HSV(B) | 332.66º | 0.41% | 0.76% | - |
| XYZ | 33.96 | 25.97 | 32.5 | - |
| YUV | 142.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 151 | 0 | 0.41 | 0.22 | 0.24 | 332.66 | 0.39 | 0.61 |
| Hex | C2 | 73 | 97 | 0 | 29 | 16 | 18 | 14D | 27 | 3D |
| Octal | 302 | 163 | 227 | 0 | 51 | 26 | 30 | 515 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10010111 | 0 | 101001 | 10110 | 11000 | 101001101 | 100111 | 111101 |
Color Harmonies of #C27397
Complementary color
Monochromatic Colors of #C27397
Black with #C27397
Text Example
Text Example
White with #C27397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27397; }
p { color: rgb(194,115,151); }
H1.HeaderClassName
{
color: #C27397;
}
.AnyTagClassName
{
color: #C27397;
}
</style>
background-color css
<style>
a { background-color: #C27397; }
a { background-color: rgb(194,115,151); }
div.DivClassName
{
background-color: #C27397;
}
.BgClassName
{
background-color: #C27397;
}
</style>
border-color css
<style>
span { border-color: #C27397; }
span { border-color: rgb(194,115,151); }
td.TdClassName
{
border-color: #C27397;
}
.TagClassName
{
border-color: #C27397;
}
</style>