Shades of Hopbush #C6668B
Tints of Hopbush #C6668B
RGB
CMYK
RGB Variations
Color information
#C6668B (or 0xC6668B) is known color: Hopbush. HEX triplet: C6, 66 and 8B. RGB value is (198,102,139). Sum of RGB (Red+Green+Blue) = 198+102+139=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6668B is #399974. Grayscale: #868686. Windows color (decimal): -3774837 or 9135814. OLE color: 9135814.
HSL color Cylindrical-coordinate representation of color #C6668B: hue angle of 336.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6668B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 139 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.22 |
| HSL | 336.88º | 0.46% | 0.59% | - |
| HSV(B) | 336.88º | 0.48% | 0.78% | - |
| XYZ | 32.7 | 23.37 | 27.21 | - |
| YUV | 134.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 139 | 0 | 0.48 | 0.30 | 0.22 | 336.88 | 0.46 | 0.59 |
| Hex | C6 | 66 | 8B | 0 | 30 | 1E | 16 | 151 | 2E | 3B |
| Octal | 306 | 146 | 213 | 0 | 60 | 36 | 26 | 521 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10001011 | 0 | 110000 | 11110 | 10110 | 101010001 | 101110 | 111011 |
Color Harmonies of #C6668B
Complementary color
Monochromatic Colors of #C6668B
Black with #C6668B
Text Example
Text Example
White with #C6668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6668B; }
p { color: rgb(198,102,139); }
H1.HeaderClassName
{
color: #C6668B;
}
.AnyTagClassName
{
color: #C6668B;
}
</style>
background-color css
<style>
a { background-color: #C6668B; }
a { background-color: rgb(198,102,139); }
div.DivClassName
{
background-color: #C6668B;
}
.BgClassName
{
background-color: #C6668B;
}
</style>
border-color css
<style>
span { border-color: #C6668B; }
span { border-color: rgb(198,102,139); }
td.TdClassName
{
border-color: #C6668B;
}
.TagClassName
{
border-color: #C6668B;
}
</style>