Shades of Hopbush #C7648B
Tints of Hopbush #C7648B
RGB
CMYK
RGB Variations
Color information
#C7648B (or 0xC7648B) is known color: Hopbush. HEX triplet: C7, 64 and 8B. RGB value is (199,100,139). Sum of RGB (Red+Green+Blue) = 199+100+139=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7648B is #389B74. Grayscale: #858585. Windows color (decimal): -3709813 or 9135303. OLE color: 9135303.
HSL color Cylindrical-coordinate representation of color #C7648B: hue angle of 336.36º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7648B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 139 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.22 |
| HSL | 336.36º | 0.47% | 0.59% | - |
| HSV(B) | 336.36º | 0.5% | 0.78% | - |
| XYZ | 32.77 | 23.12 | 27.16 | - |
| YUV | 134.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 139 | 0 | 0.50 | 0.30 | 0.22 | 336.36 | 0.47 | 0.59 |
| Hex | C7 | 64 | 8B | 0 | 32 | 1E | 16 | 150 | 2F | 3B |
| Octal | 307 | 144 | 213 | 0 | 62 | 36 | 26 | 520 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10001011 | 0 | 110010 | 11110 | 10110 | 101010000 | 101111 | 111011 |
Color Harmonies of #C7648B
Complementary color
Monochromatic Colors of #C7648B
Black with #C7648B
Text Example
Text Example
White with #C7648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7648B; }
p { color: rgb(199,100,139); }
H1.HeaderClassName
{
color: #C7648B;
}
.AnyTagClassName
{
color: #C7648B;
}
</style>
background-color css
<style>
a { background-color: #C7648B; }
a { background-color: rgb(199,100,139); }
div.DivClassName
{
background-color: #C7648B;
}
.BgClassName
{
background-color: #C7648B;
}
</style>
border-color css
<style>
span { border-color: #C7648B; }
span { border-color: rgb(199,100,139); }
td.TdClassName
{
border-color: #C7648B;
}
.TagClassName
{
border-color: #C7648B;
}
</style>