Shades of Hopbush #C668A3
Tints of Hopbush #C668A3
RGB
CMYK
RGB Variations
Color information
#C668A3 (or 0xC668A3) is known color: Hopbush. HEX triplet: C6, 68 and A3. RGB value is (198,104,163). Sum of RGB (Red+Green+Blue) = 198+104+163=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C668A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C668A3 is #39975C. Grayscale: #8A8A8A. Windows color (decimal): -3774301 or 10709190. OLE color: 10709190.
HSL color Cylindrical-coordinate representation of color #C668A3: hue angle of 322.34º 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 #C668A3 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 163 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.22 |
| HSL | 322.34º | 0.45% | 0.59% | - |
| HSV(B) | 322.34º | 0.47% | 0.78% | - |
| XYZ | 34.85 | 24.55 | 37.55 | - |
| YUV | 138.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 163 | 0 | 0.47 | 0.18 | 0.22 | 322.34 | 0.45 | 0.59 |
| Hex | C6 | 68 | A3 | 0 | 2F | 12 | 16 | 142 | 2D | 3B |
| Octal | 306 | 150 | 243 | 0 | 57 | 22 | 26 | 502 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10100011 | 0 | 101111 | 10010 | 10110 | 101000010 | 101101 | 111011 |
Color Harmonies of #C668A3
Complementary color
Monochromatic Colors of #C668A3
Black with #C668A3
Text Example
Text Example
White with #C668A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668A3; }
p { color: rgb(198,104,163); }
H1.HeaderClassName
{
color: #C668A3;
}
.AnyTagClassName
{
color: #C668A3;
}
</style>
background-color css
<style>
a { background-color: #C668A3; }
a { background-color: rgb(198,104,163); }
div.DivClassName
{
background-color: #C668A3;
}
.BgClassName
{
background-color: #C668A3;
}
</style>
border-color css
<style>
span { border-color: #C668A3; }
span { border-color: rgb(198,104,163); }
td.TdClassName
{
border-color: #C668A3;
}
.TagClassName
{
border-color: #C668A3;
}
</style>