Shades of Hopbush #C5669B
Tints of Hopbush #C5669B
RGB
CMYK
RGB Variations
Color information
#C5669B (or 0xC5669B) is known color: Hopbush. HEX triplet: C5, 66 and 9B. RGB value is (197,102,155). Sum of RGB (Red+Green+Blue) = 197+102+155=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5669B is #3A9964. Grayscale: #888888. Windows color (decimal): -3840357 or 10184389. OLE color: 10184389.
HSL color Cylindrical-coordinate representation of color #C5669B: hue angle of 326.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5669B is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 155 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.23 |
| HSL | 326.53º | 0.45% | 0.59% | - |
| HSV(B) | 326.53º | 0.48% | 0.77% | - |
| XYZ | 33.69 | 23.74 | 33.82 | - |
| YUV | 136.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 155 | 0 | 0.48 | 0.21 | 0.23 | 326.53 | 0.45 | 0.59 |
| Hex | C5 | 66 | 9B | 0 | 30 | 15 | 17 | 147 | 2D | 3B |
| Octal | 305 | 146 | 233 | 0 | 60 | 25 | 27 | 507 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10011011 | 0 | 110000 | 10101 | 10111 | 101000111 | 101101 | 111011 |
Color Harmonies of #C5669B
Complementary color
Monochromatic Colors of #C5669B
Black with #C5669B
Text Example
Text Example
White with #C5669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5669B; }
p { color: rgb(197,102,155); }
H1.HeaderClassName
{
color: #C5669B;
}
.AnyTagClassName
{
color: #C5669B;
}
</style>
background-color css
<style>
a { background-color: #C5669B; }
a { background-color: rgb(197,102,155); }
div.DivClassName
{
background-color: #C5669B;
}
.BgClassName
{
background-color: #C5669B;
}
</style>
border-color css
<style>
span { border-color: #C5669B; }
span { border-color: rgb(197,102,155); }
td.TdClassName
{
border-color: #C5669B;
}
.TagClassName
{
border-color: #C5669B;
}
</style>