Shades of Hopbush #C66488
Tints of Hopbush #C66488
RGB
CMYK
RGB Variations
Color information
#C66488 (or 0xC66488) is known color: Hopbush. HEX triplet: C6, 64 and 88. RGB value is (198,100,136). Sum of RGB (Red+Green+Blue) = 198+100+136=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66488 is #399B77. Grayscale: #858585. Windows color (decimal): -3775352 or 8938694. OLE color: 8938694.
HSL color Cylindrical-coordinate representation of color #C66488: hue angle of 337.96º 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 #C66488 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 136 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.22 |
| HSL | 337.96º | 0.46% | 0.58% | - |
| HSV(B) | 337.96º | 0.49% | 0.78% | - |
| XYZ | 32.29 | 22.9 | 26.01 | - |
| YUV | 133.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 136 | 0 | 0.49 | 0.31 | 0.22 | 337.96 | 0.46 | 0.58 |
| Hex | C6 | 64 | 88 | 0 | 31 | 1F | 16 | 152 | 2E | 3A |
| Octal | 306 | 144 | 210 | 0 | 61 | 37 | 26 | 522 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10001000 | 0 | 110001 | 11111 | 10110 | 101010010 | 101110 | 111010 |
Color Harmonies of #C66488
Complementary color
Monochromatic Colors of #C66488
Black with #C66488
Text Example
Text Example
White with #C66488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66488; }
p { color: rgb(198,100,136); }
H1.HeaderClassName
{
color: #C66488;
}
.AnyTagClassName
{
color: #C66488;
}
</style>
background-color css
<style>
a { background-color: #C66488; }
a { background-color: rgb(198,100,136); }
div.DivClassName
{
background-color: #C66488;
}
.BgClassName
{
background-color: #C66488;
}
</style>
border-color css
<style>
span { border-color: #C66488; }
span { border-color: rgb(198,100,136); }
td.TdClassName
{
border-color: #C66488;
}
.TagClassName
{
border-color: #C66488;
}
</style>