Shades of Hopbush #C66484
Tints of Hopbush #C66484
RGB
CMYK
RGB Variations
Color information
#C66484 (or 0xC66484) is known color: Hopbush. HEX triplet: C6, 64 and 84. RGB value is (198,100,132). Sum of RGB (Red+Green+Blue) = 198+100+132=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66484 is #399B7B. Grayscale: #848484. Windows color (decimal): -3775356 or 8676550. OLE color: 8676550.
HSL color Cylindrical-coordinate representation of color #C66484: hue angle of 340.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66484 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 132 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.22 |
| HSL | 340.41º | 0.46% | 0.58% | - |
| HSV(B) | 340.41º | 0.49% | 0.78% | - |
| XYZ | 32.01 | 22.79 | 24.54 | - |
| YUV | 132.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 132 | 0 | 0.49 | 0.33 | 0.22 | 340.41 | 0.46 | 0.58 |
| Hex | C6 | 64 | 84 | 0 | 31 | 21 | 16 | 154 | 2E | 3A |
| Octal | 306 | 144 | 204 | 0 | 61 | 41 | 26 | 524 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10000100 | 0 | 110001 | 100001 | 10110 | 101010100 | 101110 | 111010 |
Color Harmonies of #C66484
Complementary color
Monochromatic Colors of #C66484
Black with #C66484
Text Example
Text Example
White with #C66484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66484; }
p { color: rgb(198,100,132); }
H1.HeaderClassName
{
color: #C66484;
}
.AnyTagClassName
{
color: #C66484;
}
</style>
background-color css
<style>
a { background-color: #C66484; }
a { background-color: rgb(198,100,132); }
div.DivClassName
{
background-color: #C66484;
}
.BgClassName
{
background-color: #C66484;
}
</style>
border-color css
<style>
span { border-color: #C66484; }
span { border-color: rgb(198,100,132); }
td.TdClassName
{
border-color: #C66484;
}
.TagClassName
{
border-color: #C66484;
}
</style>