Shades of Hopbush #C6608A
Tints of Hopbush #C6608A
RGB
CMYK
RGB Variations
Color information
#C6608A (or 0xC6608A) is known color: Hopbush. HEX triplet: C6, 60 and 8A. RGB value is (198,96,138). Sum of RGB (Red+Green+Blue) = 198+96+138=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6608A is #399F75. Grayscale: #838383. Windows color (decimal): -3776374 or 9068742. OLE color: 9068742.
HSL color Cylindrical-coordinate representation of color #C6608A: hue angle of 335.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6608A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 138 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.22 |
| HSL | 335.29º | 0.47% | 0.58% | - |
| HSV(B) | 335.29º | 0.52% | 0.78% | - |
| XYZ | 32.06 | 22.21 | 26.64 | - |
| YUV | 131.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 138 | 0 | 0.52 | 0.30 | 0.22 | 335.29 | 0.47 | 0.58 |
| Hex | C6 | 60 | 8A | 0 | 34 | 1E | 16 | 14F | 2F | 3A |
| Octal | 306 | 140 | 212 | 0 | 64 | 36 | 26 | 517 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10001010 | 0 | 110100 | 11110 | 10110 | 101001111 | 101111 | 111010 |
Color Harmonies of #C6608A
Complementary color
Monochromatic Colors of #C6608A
Black with #C6608A
Text Example
Text Example
White with #C6608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6608A; }
p { color: rgb(198,96,138); }
H1.HeaderClassName
{
color: #C6608A;
}
.AnyTagClassName
{
color: #C6608A;
}
</style>
background-color css
<style>
a { background-color: #C6608A; }
a { background-color: rgb(198,96,138); }
div.DivClassName
{
background-color: #C6608A;
}
.BgClassName
{
background-color: #C6608A;
}
</style>
border-color css
<style>
span { border-color: #C6608A; }
span { border-color: rgb(198,96,138); }
td.TdClassName
{
border-color: #C6608A;
}
.TagClassName
{
border-color: #C6608A;
}
</style>