Shades of Hopbush #C66BA4
Tints of Hopbush #C66BA4
RGB
CMYK
RGB Variations
Color information
#C66BA4 (or 0xC66BA4) is known color: Hopbush. HEX triplet: C6, 6B and A4. RGB value is (198,107,164). Sum of RGB (Red+Green+Blue) = 198+107+164=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BA4 is #39945B. Grayscale: #8C8C8C. Windows color (decimal): -3773532 or 10775494. OLE color: 10775494.
HSL color Cylindrical-coordinate representation of color #C66BA4: hue angle of 322.42º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66BA4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 164 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.22 |
| HSL | 322.42º | 0.44% | 0.6% | - |
| HSV(B) | 322.42º | 0.46% | 0.78% | - |
| XYZ | 35.25 | 25.2 | 38.13 | - |
| YUV | 140.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 164 | 0 | 0.46 | 0.17 | 0.22 | 322.42 | 0.44 | 0.6 |
| Hex | C6 | 6B | A4 | 0 | 2E | 11 | 16 | 142 | 2C | 3C |
| Octal | 306 | 153 | 244 | 0 | 56 | 21 | 26 | 502 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10100100 | 0 | 101110 | 10001 | 10110 | 101000010 | 101100 | 111100 |
Color Harmonies of #C66BA4
Complementary color
Monochromatic Colors of #C66BA4
Black with #C66BA4
Text Example
Text Example
White with #C66BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BA4; }
p { color: rgb(198,107,164); }
H1.HeaderClassName
{
color: #C66BA4;
}
.AnyTagClassName
{
color: #C66BA4;
}
</style>
background-color css
<style>
a { background-color: #C66BA4; }
a { background-color: rgb(198,107,164); }
div.DivClassName
{
background-color: #C66BA4;
}
.BgClassName
{
background-color: #C66BA4;
}
</style>
border-color css
<style>
span { border-color: #C66BA4; }
span { border-color: rgb(198,107,164); }
td.TdClassName
{
border-color: #C66BA4;
}
.TagClassName
{
border-color: #C66BA4;
}
</style>