Shades of Hopbush #C6688A
Tints of Hopbush #C6688A
RGB
CMYK
RGB Variations
Color information
#C6688A (or 0xC6688A) is known color: Hopbush. HEX triplet: C6, 68 and 8A. RGB value is (198,104,138). Sum of RGB (Red+Green+Blue) = 198+104+138=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6688A is #399775. Grayscale: #878787. Windows color (decimal): -3774326 or 9070790. OLE color: 9070790.
HSL color Cylindrical-coordinate representation of color #C6688A: hue angle of 338.3º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6688A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 138 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.22 |
| HSL | 338.3º | 0.45% | 0.59% | - |
| HSV(B) | 338.3º | 0.47% | 0.78% | - |
| XYZ | 32.83 | 23.74 | 26.9 | - |
| YUV | 135.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 138 | 0 | 0.47 | 0.30 | 0.22 | 338.3 | 0.45 | 0.59 |
| Hex | C6 | 68 | 8A | 0 | 2F | 1E | 16 | 152 | 2D | 3B |
| Octal | 306 | 150 | 212 | 0 | 57 | 36 | 26 | 522 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10001010 | 0 | 101111 | 11110 | 10110 | 101010010 | 101101 | 111011 |
Color Harmonies of #C6688A
Complementary color
Monochromatic Colors of #C6688A
Black with #C6688A
Text Example
Text Example
White with #C6688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6688A; }
p { color: rgb(198,104,138); }
H1.HeaderClassName
{
color: #C6688A;
}
.AnyTagClassName
{
color: #C6688A;
}
</style>
background-color css
<style>
a { background-color: #C6688A; }
a { background-color: rgb(198,104,138); }
div.DivClassName
{
background-color: #C6688A;
}
.BgClassName
{
background-color: #C6688A;
}
</style>
border-color css
<style>
span { border-color: #C6688A; }
span { border-color: rgb(198,104,138); }
td.TdClassName
{
border-color: #C6688A;
}
.TagClassName
{
border-color: #C6688A;
}
</style>