Shades of Hopbush #C66788
Tints of Hopbush #C66788
RGB
CMYK
RGB Variations
Color information
#C66788 (or 0xC66788) is known color: Hopbush. HEX triplet: C6, 67 and 88. RGB value is (198,103,136). Sum of RGB (Red+Green+Blue) = 198+103+136=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C66788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66788 is #399877. Grayscale: #878787. Windows color (decimal): -3774584 or 8939462. OLE color: 8939462.
HSL color Cylindrical-coordinate representation of color #C66788: hue angle of 339.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66788 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 136 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.22 |
| HSL | 339.16º | 0.45% | 0.59% | - |
| HSV(B) | 339.16º | 0.48% | 0.78% | - |
| XYZ | 32.58 | 23.48 | 26.11 | - |
| YUV | 135.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 136 | 0 | 0.48 | 0.31 | 0.22 | 339.16 | 0.45 | 0.59 |
| Hex | C6 | 67 | 88 | 0 | 30 | 1F | 16 | 153 | 2D | 3B |
| Octal | 306 | 147 | 210 | 0 | 60 | 37 | 26 | 523 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10001000 | 0 | 110000 | 11111 | 10110 | 101010011 | 101101 | 111011 |
Color Harmonies of #C66788
Complementary color
Monochromatic Colors of #C66788
Black with #C66788
Text Example
Text Example
White with #C66788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66788; }
p { color: rgb(198,103,136); }
H1.HeaderClassName
{
color: #C66788;
}
.AnyTagClassName
{
color: #C66788;
}
</style>
background-color css
<style>
a { background-color: #C66788; }
a { background-color: rgb(198,103,136); }
div.DivClassName
{
background-color: #C66788;
}
.BgClassName
{
background-color: #C66788;
}
</style>
border-color css
<style>
span { border-color: #C66788; }
span { border-color: rgb(198,103,136); }
td.TdClassName
{
border-color: #C66788;
}
.TagClassName
{
border-color: #C66788;
}
</style>