Shades of Hopbush #C668A0
Tints of Hopbush #C668A0
RGB
CMYK
RGB Variations
Color information
#C668A0 (or 0xC668A0) is known color: Hopbush. HEX triplet: C6, 68 and A0. RGB value is (198,104,160). Sum of RGB (Red+Green+Blue) = 198+104+160=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C668A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C668A0 is #39975F. Grayscale: #8A8A8A. Windows color (decimal): -3774304 or 10512582. OLE color: 10512582.
HSL color Cylindrical-coordinate representation of color #C668A0: hue angle of 324.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668A0 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 160 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.22 |
| HSL | 324.26º | 0.45% | 0.59% | - |
| HSV(B) | 324.26º | 0.47% | 0.78% | - |
| XYZ | 34.58 | 24.44 | 36.15 | - |
| YUV | 138.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 160 | 0 | 0.47 | 0.19 | 0.22 | 324.26 | 0.45 | 0.59 |
| Hex | C6 | 68 | A0 | 0 | 2F | 13 | 16 | 144 | 2D | 3B |
| Octal | 306 | 150 | 240 | 0 | 57 | 23 | 26 | 504 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10100000 | 0 | 101111 | 10011 | 10110 | 101000100 | 101101 | 111011 |
Color Harmonies of #C668A0
Complementary color
Monochromatic Colors of #C668A0
Black with #C668A0
Text Example
Text Example
White with #C668A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668A0; }
p { color: rgb(198,104,160); }
H1.HeaderClassName
{
color: #C668A0;
}
.AnyTagClassName
{
color: #C668A0;
}
</style>
background-color css
<style>
a { background-color: #C668A0; }
a { background-color: rgb(198,104,160); }
div.DivClassName
{
background-color: #C668A0;
}
.BgClassName
{
background-color: #C668A0;
}
</style>
border-color css
<style>
span { border-color: #C668A0; }
span { border-color: rgb(198,104,160); }
td.TdClassName
{
border-color: #C668A0;
}
.TagClassName
{
border-color: #C668A0;
}
</style>