Shades of Hopbush #C66690
Tints of Hopbush #C66690
RGB
CMYK
RGB Variations
Color information
#C66690 (or 0xC66690) is known color: Hopbush. HEX triplet: C6, 66 and 90. RGB value is (198,102,144). Sum of RGB (Red+Green+Blue) = 198+102+144=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C66690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66690 is #39996F. Grayscale: #878787. Windows color (decimal): -3774832 or 9463494. OLE color: 9463494.
HSL color Cylindrical-coordinate representation of color #C66690: hue angle of 333.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66690 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 144 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.22 |
| HSL | 333.75º | 0.46% | 0.59% | - |
| HSV(B) | 333.75º | 0.48% | 0.78% | - |
| XYZ | 33.07 | 23.52 | 29.18 | - |
| YUV | 135.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 144 | 0 | 0.48 | 0.27 | 0.22 | 333.75 | 0.46 | 0.59 |
| Hex | C6 | 66 | 90 | 0 | 30 | 1B | 16 | 14E | 2E | 3B |
| Octal | 306 | 146 | 220 | 0 | 60 | 33 | 26 | 516 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10010000 | 0 | 110000 | 11011 | 10110 | 101001110 | 101110 | 111011 |
Color Harmonies of #C66690
Complementary color
Monochromatic Colors of #C66690
Black with #C66690
Text Example
Text Example
White with #C66690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66690; }
p { color: rgb(198,102,144); }
H1.HeaderClassName
{
color: #C66690;
}
.AnyTagClassName
{
color: #C66690;
}
</style>
background-color css
<style>
a { background-color: #C66690; }
a { background-color: rgb(198,102,144); }
div.DivClassName
{
background-color: #C66690;
}
.BgClassName
{
background-color: #C66690;
}
</style>
border-color css
<style>
span { border-color: #C66690; }
span { border-color: rgb(198,102,144); }
td.TdClassName
{
border-color: #C66690;
}
.TagClassName
{
border-color: #C66690;
}
</style>