Shades of Hopbush #C5669E
Tints of Hopbush #C5669E
RGB
CMYK
RGB Variations
Color information
#C5669E (or 0xC5669E) is known color: Hopbush. HEX triplet: C5, 66 and 9E. RGB value is (197,102,158). Sum of RGB (Red+Green+Blue) = 197+102+158=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5669E is #3A9961. Grayscale: #888888. Windows color (decimal): -3840354 or 10380997. OLE color: 10380997.
HSL color Cylindrical-coordinate representation of color #C5669E: hue angle of 324.63º 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 #C5669E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 158 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.23 |
| HSL | 324.63º | 0.45% | 0.59% | - |
| HSV(B) | 324.63º | 0.48% | 0.77% | - |
| XYZ | 33.95 | 23.84 | 35.16 | - |
| YUV | 136.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 158 | 0 | 0.48 | 0.20 | 0.23 | 324.63 | 0.45 | 0.59 |
| Hex | C5 | 66 | 9E | 0 | 30 | 14 | 17 | 145 | 2D | 3B |
| Octal | 305 | 146 | 236 | 0 | 60 | 24 | 27 | 505 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10011110 | 0 | 110000 | 10100 | 10111 | 101000101 | 101101 | 111011 |
Color Harmonies of #C5669E
Complementary color
Monochromatic Colors of #C5669E
Black with #C5669E
Text Example
Text Example
White with #C5669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5669E; }
p { color: rgb(197,102,158); }
H1.HeaderClassName
{
color: #C5669E;
}
.AnyTagClassName
{
color: #C5669E;
}
</style>
background-color css
<style>
a { background-color: #C5669E; }
a { background-color: rgb(197,102,158); }
div.DivClassName
{
background-color: #C5669E;
}
.BgClassName
{
background-color: #C5669E;
}
</style>
border-color css
<style>
span { border-color: #C5669E; }
span { border-color: rgb(197,102,158); }
td.TdClassName
{
border-color: #C5669E;
}
.TagClassName
{
border-color: #C5669E;
}
</style>