Shades of Hopbush #C7608C
Tints of Hopbush #C7608C
RGB
CMYK
RGB Variations
Color information
#C7608C (or 0xC7608C) is known color: Hopbush. HEX triplet: C7, 60 and 8C. RGB value is (199,96,140). Sum of RGB (Red+Green+Blue) = 199+96+140=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7608C is #389F73. Grayscale: #838383. Windows color (decimal): -3710836 or 9199815. OLE color: 9199815.
HSL color Cylindrical-coordinate representation of color #C7608C: hue angle of 334.37º degrees, saturation: 0.48, 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 #C7608C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 140 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.22 |
| HSL | 334.37º | 0.48% | 0.58% | - |
| HSV(B) | 334.37º | 0.52% | 0.78% | - |
| XYZ | 32.47 | 22.4 | 27.42 | - |
| YUV | 131.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 140 | 0 | 0.52 | 0.30 | 0.22 | 334.37 | 0.48 | 0.58 |
| Hex | C7 | 60 | 8C | 0 | 34 | 1E | 16 | 14E | 30 | 3A |
| Octal | 307 | 140 | 214 | 0 | 64 | 36 | 26 | 516 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10001100 | 0 | 110100 | 11110 | 10110 | 101001110 | 110000 | 111010 |
Color Harmonies of #C7608C
Complementary color
Monochromatic Colors of #C7608C
Black with #C7608C
Text Example
Text Example
White with #C7608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7608C; }
p { color: rgb(199,96,140); }
H1.HeaderClassName
{
color: #C7608C;
}
.AnyTagClassName
{
color: #C7608C;
}
</style>
background-color css
<style>
a { background-color: #C7608C; }
a { background-color: rgb(199,96,140); }
div.DivClassName
{
background-color: #C7608C;
}
.BgClassName
{
background-color: #C7608C;
}
</style>
border-color css
<style>
span { border-color: #C7608C; }
span { border-color: rgb(199,96,140); }
td.TdClassName
{
border-color: #C7608C;
}
.TagClassName
{
border-color: #C7608C;
}
</style>