Shades of Hopbush #C66F8B
Tints of Hopbush #C66F8B
RGB
CMYK
RGB Variations
Color information
#C66F8B (or 0xC66F8B) is known color: Hopbush. HEX triplet: C6, 6F and 8B. RGB value is (198,111,139). Sum of RGB (Red+Green+Blue) = 198+111+139=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F8B is #399074. Grayscale: #8C8C8C. Windows color (decimal): -3772533 or 9138118. OLE color: 9138118.
HSL color Cylindrical-coordinate representation of color #C66F8B: hue angle of 340.69º 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 #C66F8B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 139 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.22 |
| HSL | 340.69º | 0.43% | 0.61% | - |
| HSV(B) | 340.69º | 0.44% | 0.78% | - |
| XYZ | 33.63 | 25.24 | 27.52 | - |
| YUV | 140.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 139 | 0 | 0.44 | 0.30 | 0.22 | 340.69 | 0.43 | 0.61 |
| Hex | C6 | 6F | 8B | 0 | 2C | 1E | 16 | 155 | 2B | 3D |
| Octal | 306 | 157 | 213 | 0 | 54 | 36 | 26 | 525 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10001011 | 0 | 101100 | 11110 | 10110 | 101010101 | 101011 | 111101 |
Color Harmonies of #C66F8B
Complementary color
Monochromatic Colors of #C66F8B
Black with #C66F8B
Text Example
Text Example
White with #C66F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F8B; }
p { color: rgb(198,111,139); }
H1.HeaderClassName
{
color: #C66F8B;
}
.AnyTagClassName
{
color: #C66F8B;
}
</style>
background-color css
<style>
a { background-color: #C66F8B; }
a { background-color: rgb(198,111,139); }
div.DivClassName
{
background-color: #C66F8B;
}
.BgClassName
{
background-color: #C66F8B;
}
</style>
border-color css
<style>
span { border-color: #C66F8B; }
span { border-color: rgb(198,111,139); }
td.TdClassName
{
border-color: #C66F8B;
}
.TagClassName
{
border-color: #C66F8B;
}
</style>