Shades of Hopbush #C66588
Tints of Hopbush #C66588
RGB
CMYK
RGB Variations
Color information
#C66588 (or 0xC66588) is known color: Hopbush. HEX triplet: C6, 65 and 88. RGB value is (198,101,136). Sum of RGB (Red+Green+Blue) = 198+101+136=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66588 is #399A77. Grayscale: #858585. Windows color (decimal): -3775096 or 8938950. OLE color: 8938950.
HSL color Cylindrical-coordinate representation of color #C66588: hue angle of 338.35º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66588 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 136 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.22 |
| HSL | 338.35º | 0.46% | 0.59% | - |
| HSV(B) | 338.35º | 0.49% | 0.78% | - |
| XYZ | 32.39 | 23.09 | 26.04 | - |
| YUV | 133.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 136 | 0 | 0.49 | 0.31 | 0.22 | 338.35 | 0.46 | 0.59 |
| Hex | C6 | 65 | 88 | 0 | 31 | 1F | 16 | 152 | 2E | 3B |
| Octal | 306 | 145 | 210 | 0 | 61 | 37 | 26 | 522 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10001000 | 0 | 110001 | 11111 | 10110 | 101010010 | 101110 | 111011 |
Color Harmonies of #C66588
Complementary color
Monochromatic Colors of #C66588
Black with #C66588
Text Example
Text Example
White with #C66588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66588; }
p { color: rgb(198,101,136); }
H1.HeaderClassName
{
color: #C66588;
}
.AnyTagClassName
{
color: #C66588;
}
</style>
background-color css
<style>
a { background-color: #C66588; }
a { background-color: rgb(198,101,136); }
div.DivClassName
{
background-color: #C66588;
}
.BgClassName
{
background-color: #C66588;
}
</style>
border-color css
<style>
span { border-color: #C66588; }
span { border-color: rgb(198,101,136); }
td.TdClassName
{
border-color: #C66588;
}
.TagClassName
{
border-color: #C66588;
}
</style>