Shades of Hopbush #C666A5
Tints of Hopbush #C666A5
RGB
CMYK
RGB Variations
Color information
#C666A5 (or 0xC666A5) is known color: Hopbush. HEX triplet: C6, 66 and A5. RGB value is (198,102,165). Sum of RGB (Red+Green+Blue) = 198+102+165=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C666A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666A5 is #39995A. Grayscale: #898989. Windows color (decimal): -3774811 or 10839750. OLE color: 10839750.
HSL color Cylindrical-coordinate representation of color #C666A5: hue angle of 320.62º 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 #C666A5 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 165 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.22 |
| HSL | 320.63º | 0.46% | 0.59% | - |
| HSV(B) | 320.63º | 0.48% | 0.78% | - |
| XYZ | 34.83 | 24.23 | 38.44 | - |
| YUV | 137.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 165 | 0 | 0.48 | 0.17 | 0.22 | 320.63 | 0.46 | 0.59 |
| Hex | C6 | 66 | A5 | 0 | 30 | 11 | 16 | 141 | 2E | 3B |
| Octal | 306 | 146 | 245 | 0 | 60 | 21 | 26 | 501 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10100101 | 0 | 110000 | 10001 | 10110 | 101000001 | 101110 | 111011 |
Color Harmonies of #C666A5
Complementary color
Monochromatic Colors of #C666A5
Black with #C666A5
Text Example
Text Example
White with #C666A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666A5; }
p { color: rgb(198,102,165); }
H1.HeaderClassName
{
color: #C666A5;
}
.AnyTagClassName
{
color: #C666A5;
}
</style>
background-color css
<style>
a { background-color: #C666A5; }
a { background-color: rgb(198,102,165); }
div.DivClassName
{
background-color: #C666A5;
}
.BgClassName
{
background-color: #C666A5;
}
</style>
border-color css
<style>
span { border-color: #C666A5; }
span { border-color: rgb(198,102,165); }
td.TdClassName
{
border-color: #C666A5;
}
.TagClassName
{
border-color: #C666A5;
}
</style>