Shades of Hopbush #C57B9C
Tints of Hopbush #C57B9C
RGB
CMYK
RGB Variations
Color information
#C57B9C (or 0xC57B9C) is known color: Hopbush. HEX triplet: C5, 7B and 9C. RGB value is (197,123,156). Sum of RGB (Red+Green+Blue) = 197+123+156=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B9C is #3A8463. Grayscale: #949494. Windows color (decimal): -3834980 or 10255301. OLE color: 10255301.
HSL color Cylindrical-coordinate representation of color #C57B9C: hue angle of 333.24º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57B9C is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 156 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.23 |
| HSL | 333.24º | 0.39% | 0.63% | - |
| HSV(B) | 333.24º | 0.38% | 0.77% | - |
| XYZ | 36.11 | 28.44 | 35.04 | - |
| YUV | 148.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 156 | 0 | 0.38 | 0.21 | 0.23 | 333.24 | 0.39 | 0.63 |
| Hex | C5 | 7B | 9C | 0 | 26 | 15 | 17 | 14D | 27 | 3F |
| Octal | 305 | 173 | 234 | 0 | 46 | 25 | 27 | 515 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10011100 | 0 | 100110 | 10101 | 10111 | 101001101 | 100111 | 111111 |
Color Harmonies of #C57B9C
Complementary color
Monochromatic Colors of #C57B9C
Black with #C57B9C
Text Example
Text Example
White with #C57B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B9C; }
p { color: rgb(197,123,156); }
H1.HeaderClassName
{
color: #C57B9C;
}
.AnyTagClassName
{
color: #C57B9C;
}
</style>
background-color css
<style>
a { background-color: #C57B9C; }
a { background-color: rgb(197,123,156); }
div.DivClassName
{
background-color: #C57B9C;
}
.BgClassName
{
background-color: #C57B9C;
}
</style>
border-color css
<style>
span { border-color: #C57B9C; }
span { border-color: rgb(197,123,156); }
td.TdClassName
{
border-color: #C57B9C;
}
.TagClassName
{
border-color: #C57B9C;
}
</style>