Shades of Hopbush #C665A6
Tints of Hopbush #C665A6
RGB
CMYK
RGB Variations
Color information
#C665A6 (or 0xC665A6) is known color: Hopbush. HEX triplet: C6, 65 and A6. RGB value is (198,101,166). Sum of RGB (Red+Green+Blue) = 198+101+166=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C665A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665A6 is #399A59. Grayscale: #898989. Windows color (decimal): -3775066 or 10905030. OLE color: 10905030.
HSL color Cylindrical-coordinate representation of color #C665A6: hue angle of 319.79º 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 #C665A6 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 166 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.22 |
| HSL | 319.79º | 0.46% | 0.59% | - |
| HSV(B) | 319.79º | 0.49% | 0.78% | - |
| XYZ | 34.83 | 24.07 | 38.89 | - |
| YUV | 137.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 166 | 0 | 0.49 | 0.16 | 0.22 | 319.79 | 0.46 | 0.59 |
| Hex | C6 | 65 | A6 | 0 | 31 | 10 | 16 | 140 | 2E | 3B |
| Octal | 306 | 145 | 246 | 0 | 61 | 20 | 26 | 500 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10100110 | 0 | 110001 | 10000 | 10110 | 101000000 | 101110 | 111011 |
Color Harmonies of #C665A6
Complementary color
Monochromatic Colors of #C665A6
Black with #C665A6
Text Example
Text Example
White with #C665A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665A6; }
p { color: rgb(198,101,166); }
H1.HeaderClassName
{
color: #C665A6;
}
.AnyTagClassName
{
color: #C665A6;
}
</style>
background-color css
<style>
a { background-color: #C665A6; }
a { background-color: rgb(198,101,166); }
div.DivClassName
{
background-color: #C665A6;
}
.BgClassName
{
background-color: #C665A6;
}
</style>
border-color css
<style>
span { border-color: #C665A6; }
span { border-color: rgb(198,101,166); }
td.TdClassName
{
border-color: #C665A6;
}
.TagClassName
{
border-color: #C665A6;
}
</style>