Shades of Hopbush #C66687
Tints of Hopbush #C66687
RGB
CMYK
RGB Variations
Color information
#C66687 (or 0xC66687) is known color: Hopbush. HEX triplet: C6, 66 and 87. RGB value is (198,102,135). Sum of RGB (Red+Green+Blue) = 198+102+135=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66687 is #399978. Grayscale: #868686. Windows color (decimal): -3774841 or 8873670. OLE color: 8873670.
HSL color Cylindrical-coordinate representation of color #C66687: hue angle of 339.38º degrees, saturation: 0.46, 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 #C66687 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 135 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.22 |
| HSL | 339.38º | 0.46% | 0.59% | - |
| HSV(B) | 339.38º | 0.48% | 0.78% | - |
| XYZ | 32.41 | 23.26 | 25.7 | - |
| YUV | 134.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 135 | 0 | 0.48 | 0.32 | 0.22 | 339.38 | 0.46 | 0.59 |
| Hex | C6 | 66 | 87 | 0 | 30 | 20 | 16 | 153 | 2E | 3B |
| Octal | 306 | 146 | 207 | 0 | 60 | 40 | 26 | 523 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10000111 | 0 | 110000 | 100000 | 10110 | 101010011 | 101110 | 111011 |
Color Harmonies of #C66687
Complementary color
Monochromatic Colors of #C66687
Black with #C66687
Text Example
Text Example
White with #C66687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66687; }
p { color: rgb(198,102,135); }
H1.HeaderClassName
{
color: #C66687;
}
.AnyTagClassName
{
color: #C66687;
}
</style>
background-color css
<style>
a { background-color: #C66687; }
a { background-color: rgb(198,102,135); }
div.DivClassName
{
background-color: #C66687;
}
.BgClassName
{
background-color: #C66687;
}
</style>
border-color css
<style>
span { border-color: #C66687; }
span { border-color: rgb(198,102,135); }
td.TdClassName
{
border-color: #C66687;
}
.TagClassName
{
border-color: #C66687;
}
</style>