Shades of Hopbush #C57B9D
Tints of Hopbush #C57B9D
RGB
CMYK
RGB Variations
Color information
#C57B9D (or 0xC57B9D) is known color: Hopbush. HEX triplet: C5, 7B and 9D. RGB value is (197,123,157). Sum of RGB (Red+Green+Blue) = 197+123+157=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B9D is #3A8462. Grayscale: #949494. Windows color (decimal): -3834979 or 10320837. OLE color: 10320837.
HSL color Cylindrical-coordinate representation of color #C57B9D: hue angle of 332.43º 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 #C57B9D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 157 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.23 |
| HSL | 332.43º | 0.39% | 0.63% | - |
| HSV(B) | 332.43º | 0.38% | 0.77% | - |
| XYZ | 36.19 | 28.47 | 35.49 | - |
| YUV | 149 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 157 | 0 | 0.38 | 0.20 | 0.23 | 332.43 | 0.39 | 0.63 |
| Hex | C5 | 7B | 9D | 0 | 26 | 14 | 17 | 14C | 27 | 3F |
| Octal | 305 | 173 | 235 | 0 | 46 | 24 | 27 | 514 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10011101 | 0 | 100110 | 10100 | 10111 | 101001100 | 100111 | 111111 |
Color Harmonies of #C57B9D
Complementary color
Monochromatic Colors of #C57B9D
Black with #C57B9D
Text Example
Text Example
White with #C57B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B9D; }
p { color: rgb(197,123,157); }
H1.HeaderClassName
{
color: #C57B9D;
}
.AnyTagClassName
{
color: #C57B9D;
}
</style>
background-color css
<style>
a { background-color: #C57B9D; }
a { background-color: rgb(197,123,157); }
div.DivClassName
{
background-color: #C57B9D;
}
.BgClassName
{
background-color: #C57B9D;
}
</style>
border-color css
<style>
span { border-color: #C57B9D; }
span { border-color: rgb(197,123,157); }
td.TdClassName
{
border-color: #C57B9D;
}
.TagClassName
{
border-color: #C57B9D;
}
</style>