Shades of Hopbush #C666A0
Tints of Hopbush #C666A0
RGB
CMYK
RGB Variations
Color information
#C666A0 (or 0xC666A0) is known color: Hopbush. HEX triplet: C6, 66 and A0. RGB value is (198,102,160). Sum of RGB (Red+Green+Blue) = 198+102+160=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C666A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666A0 is #39995F. Grayscale: #898989. Windows color (decimal): -3774816 or 10512070. OLE color: 10512070.
HSL color Cylindrical-coordinate representation of color #C666A0: hue angle of 323.75º 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 #C666A0 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 160 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.22 |
| HSL | 323.75º | 0.46% | 0.59% | - |
| HSV(B) | 323.75º | 0.48% | 0.78% | - |
| XYZ | 34.39 | 24.05 | 36.09 | - |
| YUV | 137.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 160 | 0 | 0.48 | 0.19 | 0.22 | 323.75 | 0.46 | 0.59 |
| Hex | C6 | 66 | A0 | 0 | 30 | 13 | 16 | 144 | 2E | 3B |
| Octal | 306 | 146 | 240 | 0 | 60 | 23 | 26 | 504 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10100000 | 0 | 110000 | 10011 | 10110 | 101000100 | 101110 | 111011 |
Color Harmonies of #C666A0
Complementary color
Monochromatic Colors of #C666A0
Black with #C666A0
Text Example
Text Example
White with #C666A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666A0; }
p { color: rgb(198,102,160); }
H1.HeaderClassName
{
color: #C666A0;
}
.AnyTagClassName
{
color: #C666A0;
}
</style>
background-color css
<style>
a { background-color: #C666A0; }
a { background-color: rgb(198,102,160); }
div.DivClassName
{
background-color: #C666A0;
}
.BgClassName
{
background-color: #C666A0;
}
</style>
border-color css
<style>
span { border-color: #C666A0; }
span { border-color: rgb(198,102,160); }
td.TdClassName
{
border-color: #C666A0;
}
.TagClassName
{
border-color: #C666A0;
}
</style>