Shades of Hopbush #C66596
Tints of Hopbush #C66596
RGB
CMYK
RGB Variations
Color information
#C66596 (or 0xC66596) is known color: Hopbush. HEX triplet: C6, 65 and 96. RGB value is (198,101,150). Sum of RGB (Red+Green+Blue) = 198+101+150=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C66596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66596 is #399A69. Grayscale: #878787. Windows color (decimal): -3775082 or 9856454. OLE color: 9856454.
HSL color Cylindrical-coordinate representation of color #C66596: hue angle of 329.69º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66596 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 150 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.22 |
| HSL | 329.69º | 0.46% | 0.59% | - |
| HSV(B) | 329.69º | 0.49% | 0.78% | - |
| XYZ | 33.45 | 23.52 | 31.63 | - |
| YUV | 135.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 150 | 0 | 0.49 | 0.24 | 0.22 | 329.69 | 0.46 | 0.59 |
| Hex | C6 | 65 | 96 | 0 | 31 | 18 | 16 | 14A | 2E | 3B |
| Octal | 306 | 145 | 226 | 0 | 61 | 30 | 26 | 512 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10010110 | 0 | 110001 | 11000 | 10110 | 101001010 | 101110 | 111011 |
Color Harmonies of #C66596
Complementary color
Monochromatic Colors of #C66596
Black with #C66596
Text Example
Text Example
White with #C66596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66596; }
p { color: rgb(198,101,150); }
H1.HeaderClassName
{
color: #C66596;
}
.AnyTagClassName
{
color: #C66596;
}
</style>
background-color css
<style>
a { background-color: #C66596; }
a { background-color: rgb(198,101,150); }
div.DivClassName
{
background-color: #C66596;
}
.BgClassName
{
background-color: #C66596;
}
</style>
border-color css
<style>
span { border-color: #C66596; }
span { border-color: rgb(198,101,150); }
td.TdClassName
{
border-color: #C66596;
}
.TagClassName
{
border-color: #C66596;
}
</style>