Shades of Hopbush #C66487
Tints of Hopbush #C66487
RGB
CMYK
RGB Variations
Color information
#C66487 (or 0xC66487) is known color: Hopbush. HEX triplet: C6, 64 and 87. RGB value is (198,100,135). Sum of RGB (Red+Green+Blue) = 198+100+135=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C66487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66487 is #399B78. Grayscale: #858585. Windows color (decimal): -3775353 or 8873158. OLE color: 8873158.
HSL color Cylindrical-coordinate representation of color #C66487: hue angle of 338.57º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66487 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 135 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.22 |
| HSL | 338.57º | 0.46% | 0.58% | - |
| HSV(B) | 338.57º | 0.49% | 0.78% | - |
| XYZ | 32.22 | 22.87 | 25.64 | - |
| YUV | 133.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 135 | 0 | 0.49 | 0.32 | 0.22 | 338.57 | 0.46 | 0.58 |
| Hex | C6 | 64 | 87 | 0 | 31 | 20 | 16 | 153 | 2E | 3A |
| Octal | 306 | 144 | 207 | 0 | 61 | 40 | 26 | 523 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10000111 | 0 | 110001 | 100000 | 10110 | 101010011 | 101110 | 111010 |
Color Harmonies of #C66487
Complementary color
Monochromatic Colors of #C66487
Black with #C66487
Text Example
Text Example
White with #C66487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66487; }
p { color: rgb(198,100,135); }
H1.HeaderClassName
{
color: #C66487;
}
.AnyTagClassName
{
color: #C66487;
}
</style>
background-color css
<style>
a { background-color: #C66487; }
a { background-color: rgb(198,100,135); }
div.DivClassName
{
background-color: #C66487;
}
.BgClassName
{
background-color: #C66487;
}
</style>
border-color css
<style>
span { border-color: #C66487; }
span { border-color: rgb(198,100,135); }
td.TdClassName
{
border-color: #C66487;
}
.TagClassName
{
border-color: #C66487;
}
</style>