Shades of Hopbush #C66587
Tints of Hopbush #C66587
RGB
CMYK
RGB Variations
Color information
#C66587 (or 0xC66587) is known color: Hopbush. HEX triplet: C6, 65 and 87. RGB value is (198,101,135). Sum of RGB (Red+Green+Blue) = 198+101+135=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66587 is #399A78. Grayscale: #858585. Windows color (decimal): -3775097 or 8873414. OLE color: 8873414.
HSL color Cylindrical-coordinate representation of color #C66587: hue angle of 338.97º 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 #C66587 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 135 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.22 |
| HSL | 338.97º | 0.46% | 0.59% | - |
| HSV(B) | 338.97º | 0.49% | 0.78% | - |
| XYZ | 32.32 | 23.06 | 25.67 | - |
| YUV | 133.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 135 | 0 | 0.49 | 0.32 | 0.22 | 338.97 | 0.46 | 0.59 |
| Hex | C6 | 65 | 87 | 0 | 31 | 20 | 16 | 153 | 2E | 3B |
| Octal | 306 | 145 | 207 | 0 | 61 | 40 | 26 | 523 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10000111 | 0 | 110001 | 100000 | 10110 | 101010011 | 101110 | 111011 |
Color Harmonies of #C66587
Complementary color
Monochromatic Colors of #C66587
Black with #C66587
Text Example
Text Example
White with #C66587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66587; }
p { color: rgb(198,101,135); }
H1.HeaderClassName
{
color: #C66587;
}
.AnyTagClassName
{
color: #C66587;
}
</style>
background-color css
<style>
a { background-color: #C66587; }
a { background-color: rgb(198,101,135); }
div.DivClassName
{
background-color: #C66587;
}
.BgClassName
{
background-color: #C66587;
}
</style>
border-color css
<style>
span { border-color: #C66587; }
span { border-color: rgb(198,101,135); }
td.TdClassName
{
border-color: #C66587;
}
.TagClassName
{
border-color: #C66587;
}
</style>