Shades of Hopbush #C66F9A
Tints of Hopbush #C66F9A
RGB
CMYK
RGB Variations
Color information
#C66F9A (or 0xC66F9A) is known color: Hopbush. HEX triplet: C6, 6F and 9A. RGB value is (198,111,154). Sum of RGB (Red+Green+Blue) = 198+111+154=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F9A is #399065. Grayscale: #8D8D8D. Windows color (decimal): -3772518 or 10121158. OLE color: 10121158.
HSL color Cylindrical-coordinate representation of color #C66F9A: hue angle of 330.34º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F9A is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 154 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.22 |
| HSL | 330.34º | 0.43% | 0.61% | - |
| HSV(B) | 330.34º | 0.44% | 0.78% | - |
| XYZ | 34.81 | 25.71 | 33.7 | - |
| YUV | 141.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 154 | 0 | 0.44 | 0.22 | 0.22 | 330.34 | 0.43 | 0.61 |
| Hex | C6 | 6F | 9A | 0 | 2C | 16 | 16 | 14A | 2B | 3D |
| Octal | 306 | 157 | 232 | 0 | 54 | 26 | 26 | 512 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10011010 | 0 | 101100 | 10110 | 10110 | 101001010 | 101011 | 111101 |
Color Harmonies of #C66F9A
Complementary color
Monochromatic Colors of #C66F9A
Black with #C66F9A
Text Example
Text Example
White with #C66F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F9A; }
p { color: rgb(198,111,154); }
H1.HeaderClassName
{
color: #C66F9A;
}
.AnyTagClassName
{
color: #C66F9A;
}
</style>
background-color css
<style>
a { background-color: #C66F9A; }
a { background-color: rgb(198,111,154); }
div.DivClassName
{
background-color: #C66F9A;
}
.BgClassName
{
background-color: #C66F9A;
}
</style>
border-color css
<style>
span { border-color: #C66F9A; }
span { border-color: rgb(198,111,154); }
td.TdClassName
{
border-color: #C66F9A;
}
.TagClassName
{
border-color: #C66F9A;
}
</style>