Shades of Hopbush #C27B96
Tints of Hopbush #C27B96
RGB
CMYK
RGB Variations
Color information
#C27B96 (or 0xC27B96) is known color: Hopbush. HEX triplet: C2, 7B and 96. RGB value is (194,123,150). Sum of RGB (Red+Green+Blue) = 194+123+150=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B96 is #3D8469. Grayscale: #939393. Windows color (decimal): -4031594 or 9862082. OLE color: 9862082.
HSL color Cylindrical-coordinate representation of color #C27B96: hue angle of 337.18º 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 #C27B96 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 150 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.24 |
| HSL | 337.18º | 0.37% | 0.62% | - |
| HSV(B) | 337.18º | 0.37% | 0.76% | - |
| XYZ | 34.84 | 27.84 | 32.39 | - |
| YUV | 147.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 150 | 0 | 0.37 | 0.23 | 0.24 | 337.18 | 0.37 | 0.62 |
| Hex | C2 | 7B | 96 | 0 | 25 | 17 | 18 | 151 | 25 | 3E |
| Octal | 302 | 173 | 226 | 0 | 45 | 27 | 30 | 521 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10010110 | 0 | 100101 | 10111 | 11000 | 101010001 | 100101 | 111110 |
Color Harmonies of #C27B96
Complementary color
Monochromatic Colors of #C27B96
Black with #C27B96
Text Example
Text Example
White with #C27B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B96; }
p { color: rgb(194,123,150); }
H1.HeaderClassName
{
color: #C27B96;
}
.AnyTagClassName
{
color: #C27B96;
}
</style>
background-color css
<style>
a { background-color: #C27B96; }
a { background-color: rgb(194,123,150); }
div.DivClassName
{
background-color: #C27B96;
}
.BgClassName
{
background-color: #C27B96;
}
</style>
border-color css
<style>
span { border-color: #C27B96; }
span { border-color: rgb(194,123,150); }
td.TdClassName
{
border-color: #C27B96;
}
.TagClassName
{
border-color: #C27B96;
}
</style>