Shades of Hopbush #C66685
Tints of Hopbush #C66685
RGB
CMYK
RGB Variations
Color information
#C66685 (or 0xC66685) is known color: Hopbush. HEX triplet: C6, 66 and 85. RGB value is (198,102,133). Sum of RGB (Red+Green+Blue) = 198+102+133=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C66685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66685 is #39997A. Grayscale: #868686. Windows color (decimal): -3774843 or 8742598. OLE color: 8742598.
HSL color Cylindrical-coordinate representation of color #C66685: hue angle of 340.62º 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 #C66685 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 133 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.22 |
| HSL | 340.63º | 0.46% | 0.59% | - |
| HSV(B) | 340.63º | 0.48% | 0.78% | - |
| XYZ | 32.27 | 23.2 | 24.97 | - |
| YUV | 134.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 133 | 0 | 0.48 | 0.33 | 0.22 | 340.63 | 0.46 | 0.59 |
| Hex | C6 | 66 | 85 | 0 | 30 | 21 | 16 | 155 | 2E | 3B |
| Octal | 306 | 146 | 205 | 0 | 60 | 41 | 26 | 525 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10000101 | 0 | 110000 | 100001 | 10110 | 101010101 | 101110 | 111011 |
Color Harmonies of #C66685
Complementary color
Monochromatic Colors of #C66685
Black with #C66685
Text Example
Text Example
White with #C66685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66685; }
p { color: rgb(198,102,133); }
H1.HeaderClassName
{
color: #C66685;
}
.AnyTagClassName
{
color: #C66685;
}
</style>
background-color css
<style>
a { background-color: #C66685; }
a { background-color: rgb(198,102,133); }
div.DivClassName
{
background-color: #C66685;
}
.BgClassName
{
background-color: #C66685;
}
</style>
border-color css
<style>
span { border-color: #C66685; }
span { border-color: rgb(198,102,133); }
td.TdClassName
{
border-color: #C66685;
}
.TagClassName
{
border-color: #C66685;
}
</style>