Shades of Hopbush #C7658C
Tints of Hopbush #C7658C
RGB
CMYK
RGB Variations
Color information
#C7658C (or 0xC7658C) is known color: Hopbush. HEX triplet: C7, 65 and 8C. RGB value is (199,101,140). Sum of RGB (Red+Green+Blue) = 199+101+140=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7658C is #389A73. Grayscale: #868686. Windows color (decimal): -3709556 or 9201095. OLE color: 9201095.
HSL color Cylindrical-coordinate representation of color #C7658C: hue angle of 336.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7658C is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 140 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.22 |
| HSL | 336.12º | 0.47% | 0.59% | - |
| HSV(B) | 336.12º | 0.49% | 0.78% | - |
| XYZ | 32.94 | 23.34 | 27.58 | - |
| YUV | 134.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 140 | 0 | 0.49 | 0.30 | 0.22 | 336.12 | 0.47 | 0.59 |
| Hex | C7 | 65 | 8C | 0 | 31 | 1E | 16 | 150 | 2F | 3B |
| Octal | 307 | 145 | 214 | 0 | 61 | 36 | 26 | 520 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10001100 | 0 | 110001 | 11110 | 10110 | 101010000 | 101111 | 111011 |
Color Harmonies of #C7658C
Complementary color
Monochromatic Colors of #C7658C
Black with #C7658C
Text Example
Text Example
White with #C7658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7658C; }
p { color: rgb(199,101,140); }
H1.HeaderClassName
{
color: #C7658C;
}
.AnyTagClassName
{
color: #C7658C;
}
</style>
background-color css
<style>
a { background-color: #C7658C; }
a { background-color: rgb(199,101,140); }
div.DivClassName
{
background-color: #C7658C;
}
.BgClassName
{
background-color: #C7658C;
}
</style>
border-color css
<style>
span { border-color: #C7658C; }
span { border-color: rgb(199,101,140); }
td.TdClassName
{
border-color: #C7658C;
}
.TagClassName
{
border-color: #C7658C;
}
</style>