Shades of Hopbush #C66397
Tints of Hopbush #C66397
RGB
CMYK
RGB Variations
Color information
#C66397 (or 0xC66397) is known color: Hopbush. HEX triplet: C6, 63 and 97. RGB value is (198,99,151). Sum of RGB (Red+Green+Blue) = 198+99+151=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C66397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66397 is #399C68. Grayscale: #868686. Windows color (decimal): -3775593 or 9921478. OLE color: 9921478.
HSL color Cylindrical-coordinate representation of color #C66397: hue angle of 328.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66397 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 151 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.22 |
| HSL | 328.48º | 0.46% | 0.58% | - |
| HSV(B) | 328.48º | 0.5% | 0.78% | - |
| XYZ | 33.34 | 23.16 | 31.99 | - |
| YUV | 134.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 151 | 0 | 0.50 | 0.24 | 0.22 | 328.48 | 0.46 | 0.58 |
| Hex | C6 | 63 | 97 | 0 | 32 | 18 | 16 | 148 | 2E | 3A |
| Octal | 306 | 143 | 227 | 0 | 62 | 30 | 26 | 510 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10010111 | 0 | 110010 | 11000 | 10110 | 101001000 | 101110 | 111010 |
Color Harmonies of #C66397
Complementary color
Monochromatic Colors of #C66397
Black with #C66397
Text Example
Text Example
White with #C66397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66397; }
p { color: rgb(198,99,151); }
H1.HeaderClassName
{
color: #C66397;
}
.AnyTagClassName
{
color: #C66397;
}
</style>
background-color css
<style>
a { background-color: #C66397; }
a { background-color: rgb(198,99,151); }
div.DivClassName
{
background-color: #C66397;
}
.BgClassName
{
background-color: #C66397;
}
</style>
border-color css
<style>
span { border-color: #C66397; }
span { border-color: rgb(198,99,151); }
td.TdClassName
{
border-color: #C66397;
}
.TagClassName
{
border-color: #C66397;
}
</style>