Shades of Hopbush #C66684
Tints of Hopbush #C66684
RGB
CMYK
RGB Variations
Color information
#C66684 (or 0xC66684) is known color: Hopbush. HEX triplet: C6, 66 and 84. RGB value is (198,102,132). Sum of RGB (Red+Green+Blue) = 198+102+132=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C66684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66684 is #39997B. Grayscale: #868686. Windows color (decimal): -3774844 or 8677062. OLE color: 8677062.
HSL color Cylindrical-coordinate representation of color #C66684: hue angle of 341.25º 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 #C66684 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 132 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.22 |
| HSL | 341.25º | 0.46% | 0.59% | - |
| HSV(B) | 341.25º | 0.48% | 0.78% | - |
| XYZ | 32.2 | 23.17 | 24.61 | - |
| YUV | 134.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 132 | 0 | 0.48 | 0.33 | 0.22 | 341.25 | 0.46 | 0.59 |
| Hex | C6 | 66 | 84 | 0 | 30 | 21 | 16 | 155 | 2E | 3B |
| Octal | 306 | 146 | 204 | 0 | 60 | 41 | 26 | 525 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10000100 | 0 | 110000 | 100001 | 10110 | 101010101 | 101110 | 111011 |
Color Harmonies of #C66684
Complementary color
Monochromatic Colors of #C66684
Black with #C66684
Text Example
Text Example
White with #C66684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66684; }
p { color: rgb(198,102,132); }
H1.HeaderClassName
{
color: #C66684;
}
.AnyTagClassName
{
color: #C66684;
}
</style>
background-color css
<style>
a { background-color: #C66684; }
a { background-color: rgb(198,102,132); }
div.DivClassName
{
background-color: #C66684;
}
.BgClassName
{
background-color: #C66684;
}
</style>
border-color css
<style>
span { border-color: #C66684; }
span { border-color: rgb(198,102,132); }
td.TdClassName
{
border-color: #C66684;
}
.TagClassName
{
border-color: #C66684;
}
</style>