Shades of Hopbush #C66A8A
Tints of Hopbush #C66A8A
RGB
CMYK
RGB Variations
Color information
#C66A8A (or 0xC66A8A) is known color: Hopbush. HEX triplet: C6, 6A and 8A. RGB value is (198,106,138). Sum of RGB (Red+Green+Blue) = 198+106+138=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A8A is #399575. Grayscale: #898989. Windows color (decimal): -3773814 or 9071302. OLE color: 9071302.
HSL color Cylindrical-coordinate representation of color #C66A8A: hue angle of 339.13º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66A8A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 138 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.22 |
| HSL | 339.13º | 0.45% | 0.6% | - |
| HSV(B) | 339.13º | 0.46% | 0.78% | - |
| XYZ | 33.03 | 24.15 | 26.97 | - |
| YUV | 137.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 138 | 0 | 0.46 | 0.30 | 0.22 | 339.13 | 0.45 | 0.6 |
| Hex | C6 | 6A | 8A | 0 | 2E | 1E | 16 | 153 | 2D | 3C |
| Octal | 306 | 152 | 212 | 0 | 56 | 36 | 26 | 523 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10001010 | 0 | 101110 | 11110 | 10110 | 101010011 | 101101 | 111100 |
Color Harmonies of #C66A8A
Complementary color
Monochromatic Colors of #C66A8A
Black with #C66A8A
Text Example
Text Example
White with #C66A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A8A; }
p { color: rgb(198,106,138); }
H1.HeaderClassName
{
color: #C66A8A;
}
.AnyTagClassName
{
color: #C66A8A;
}
</style>
background-color css
<style>
a { background-color: #C66A8A; }
a { background-color: rgb(198,106,138); }
div.DivClassName
{
background-color: #C66A8A;
}
.BgClassName
{
background-color: #C66A8A;
}
</style>
border-color css
<style>
span { border-color: #C66A8A; }
span { border-color: rgb(198,106,138); }
td.TdClassName
{
border-color: #C66A8A;
}
.TagClassName
{
border-color: #C66A8A;
}
</style>