Shades of Hopbush #C66D9B
Tints of Hopbush #C66D9B
RGB
CMYK
RGB Variations
Color information
#C66D9B (or 0xC66D9B) is known color: Hopbush. HEX triplet: C6, 6D and 9B. RGB value is (198,109,155). Sum of RGB (Red+Green+Blue) = 198+109+155=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66D9B is #399264. Grayscale: #8C8C8C. Windows color (decimal): -3773029 or 10186182. OLE color: 10186182.
HSL color Cylindrical-coordinate representation of color #C66D9B: hue angle of 328.99º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D9B is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 155 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.22 |
| HSL | 328.99º | 0.44% | 0.6% | - |
| HSV(B) | 328.99º | 0.45% | 0.78% | - |
| XYZ | 34.67 | 25.31 | 34.07 | - |
| YUV | 140.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 155 | 0 | 0.45 | 0.22 | 0.22 | 328.99 | 0.44 | 0.6 |
| Hex | C6 | 6D | 9B | 0 | 2D | 16 | 16 | 149 | 2C | 3C |
| Octal | 306 | 155 | 233 | 0 | 55 | 26 | 26 | 511 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10011011 | 0 | 101101 | 10110 | 10110 | 101001001 | 101100 | 111100 |
Color Harmonies of #C66D9B
Complementary color
Monochromatic Colors of #C66D9B
Black with #C66D9B
Text Example
Text Example
White with #C66D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D9B; }
p { color: rgb(198,109,155); }
H1.HeaderClassName
{
color: #C66D9B;
}
.AnyTagClassName
{
color: #C66D9B;
}
</style>
background-color css
<style>
a { background-color: #C66D9B; }
a { background-color: rgb(198,109,155); }
div.DivClassName
{
background-color: #C66D9B;
}
.BgClassName
{
background-color: #C66D9B;
}
</style>
border-color css
<style>
span { border-color: #C66D9B; }
span { border-color: rgb(198,109,155); }
td.TdClassName
{
border-color: #C66D9B;
}
.TagClassName
{
border-color: #C66D9B;
}
</style>