Shades of Hopbush #C6698B
Tints of Hopbush #C6698B
RGB
CMYK
RGB Variations
Color information
#C6698B (or 0xC6698B) is known color: Hopbush. HEX triplet: C6, 69 and 8B. RGB value is (198,105,139). Sum of RGB (Red+Green+Blue) = 198+105+139=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6698B is #399674. Grayscale: #888888. Windows color (decimal): -3774069 or 9136582. OLE color: 9136582.
HSL color Cylindrical-coordinate representation of color #C6698B: hue angle of 338.06º 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 #C6698B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 139 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.22 |
| HSL | 338.06º | 0.45% | 0.59% | - |
| HSV(B) | 338.06º | 0.47% | 0.78% | - |
| XYZ | 33 | 23.97 | 27.31 | - |
| YUV | 136.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 139 | 0 | 0.47 | 0.30 | 0.22 | 338.06 | 0.45 | 0.59 |
| Hex | C6 | 69 | 8B | 0 | 2F | 1E | 16 | 152 | 2D | 3B |
| Octal | 306 | 151 | 213 | 0 | 57 | 36 | 26 | 522 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10001011 | 0 | 101111 | 11110 | 10110 | 101010010 | 101101 | 111011 |
Color Harmonies of #C6698B
Complementary color
Monochromatic Colors of #C6698B
Black with #C6698B
Text Example
Text Example
White with #C6698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6698B; }
p { color: rgb(198,105,139); }
H1.HeaderClassName
{
color: #C6698B;
}
.AnyTagClassName
{
color: #C6698B;
}
</style>
background-color css
<style>
a { background-color: #C6698B; }
a { background-color: rgb(198,105,139); }
div.DivClassName
{
background-color: #C6698B;
}
.BgClassName
{
background-color: #C6698B;
}
</style>
border-color css
<style>
span { border-color: #C6698B; }
span { border-color: rgb(198,105,139); }
td.TdClassName
{
border-color: #C6698B;
}
.TagClassName
{
border-color: #C6698B;
}
</style>