Shades of Hopbush #C66C8A
Tints of Hopbush #C66C8A
RGB
CMYK
RGB Variations
Color information
#C66C8A (or 0xC66C8A) is known color: Hopbush. HEX triplet: C6, 6C and 8A. RGB value is (198,108,138). Sum of RGB (Red+Green+Blue) = 198+108+138=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66C8A is #399375. Grayscale: #8A8A8A. Windows color (decimal): -3773302 or 9071814. OLE color: 9071814.
HSL color Cylindrical-coordinate representation of color #C66C8A: hue angle of 340º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66C8A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 138 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.22 |
| HSL | 340º | 0.44% | 0.6% | - |
| HSV(B) | 340º | 0.45% | 0.78% | - |
| XYZ | 33.24 | 24.57 | 27.03 | - |
| YUV | 138.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 138 | 0 | 0.45 | 0.30 | 0.22 | 340 | 0.44 | 0.6 |
| Hex | C6 | 6C | 8A | 0 | 2D | 1E | 16 | 154 | 2C | 3C |
| Octal | 306 | 154 | 212 | 0 | 55 | 36 | 26 | 524 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10001010 | 0 | 101101 | 11110 | 10110 | 101010100 | 101100 | 111100 |
Color Harmonies of #C66C8A
Complementary color
Monochromatic Colors of #C66C8A
Black with #C66C8A
Text Example
Text Example
White with #C66C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C8A; }
p { color: rgb(198,108,138); }
H1.HeaderClassName
{
color: #C66C8A;
}
.AnyTagClassName
{
color: #C66C8A;
}
</style>
background-color css
<style>
a { background-color: #C66C8A; }
a { background-color: rgb(198,108,138); }
div.DivClassName
{
background-color: #C66C8A;
}
.BgClassName
{
background-color: #C66C8A;
}
</style>
border-color css
<style>
span { border-color: #C66C8A; }
span { border-color: rgb(198,108,138); }
td.TdClassName
{
border-color: #C66C8A;
}
.TagClassName
{
border-color: #C66C8A;
}
</style>