Shades of Hopbush #C66B90
Tints of Hopbush #C66B90
RGB
CMYK
RGB Variations
Color information
#C66B90 (or 0xC66B90) is known color: Hopbush. HEX triplet: C6, 6B and 90. RGB value is (198,107,144). Sum of RGB (Red+Green+Blue) = 198+107+144=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66B90 is #39946F. Grayscale: #8A8A8A. Windows color (decimal): -3773552 or 9464774. OLE color: 9464774.
HSL color Cylindrical-coordinate representation of color #C66B90: hue angle of 335.6º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66B90 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 144 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.22 |
| HSL | 335.6º | 0.44% | 0.6% | - |
| HSV(B) | 335.6º | 0.46% | 0.78% | - |
| XYZ | 33.58 | 24.53 | 29.35 | - |
| YUV | 138.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 144 | 0 | 0.46 | 0.27 | 0.22 | 335.6 | 0.44 | 0.6 |
| Hex | C6 | 6B | 90 | 0 | 2E | 1B | 16 | 150 | 2C | 3C |
| Octal | 306 | 153 | 220 | 0 | 56 | 33 | 26 | 520 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10010000 | 0 | 101110 | 11011 | 10110 | 101010000 | 101100 | 111100 |
Color Harmonies of #C66B90
Complementary color
Monochromatic Colors of #C66B90
Black with #C66B90
Text Example
Text Example
White with #C66B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B90; }
p { color: rgb(198,107,144); }
H1.HeaderClassName
{
color: #C66B90;
}
.AnyTagClassName
{
color: #C66B90;
}
</style>
background-color css
<style>
a { background-color: #C66B90; }
a { background-color: rgb(198,107,144); }
div.DivClassName
{
background-color: #C66B90;
}
.BgClassName
{
background-color: #C66B90;
}
</style>
border-color css
<style>
span { border-color: #C66B90; }
span { border-color: rgb(198,107,144); }
td.TdClassName
{
border-color: #C66B90;
}
.TagClassName
{
border-color: #C66B90;
}
</style>