Shades of Hopbush #C8648B
Tints of Hopbush #C8648B
RGB
CMYK
RGB Variations
Color information
#C8648B (or 0xC8648B) is known color: Hopbush. HEX triplet: C8, 64 and 8B. RGB value is (200,100,139). Sum of RGB (Red+Green+Blue) = 200+100+139=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8648B is #379B74. Grayscale: #868686. Windows color (decimal): -3644277 or 9135304. OLE color: 9135304.
HSL color Cylindrical-coordinate representation of color #C8648B: hue angle of 336.6º degrees, saturation: 0.48, 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 #C8648B is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 139 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.22 |
| HSL | 336.6º | 0.48% | 0.59% | - |
| HSV(B) | 336.6º | 0.5% | 0.78% | - |
| XYZ | 33.04 | 23.26 | 27.17 | - |
| YUV | 134.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 139 | 0 | 0.5 | 0.30 | 0.22 | 336.6 | 0.48 | 0.59 |
| Hex | C8 | 64 | 8B | 0 | 32 | 1E | 16 | 151 | 30 | 3B |
| Octal | 310 | 144 | 213 | 0 | 62 | 36 | 26 | 521 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10001011 | 0 | 110010 | 11110 | 10110 | 101010001 | 110000 | 111011 |
Color Harmonies of #C8648B
Complementary color
Monochromatic Colors of #C8648B
Black with #C8648B
Text Example
Text Example
White with #C8648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8648B; }
p { color: rgb(200,100,139); }
H1.HeaderClassName
{
color: #C8648B;
}
.AnyTagClassName
{
color: #C8648B;
}
</style>
background-color css
<style>
a { background-color: #C8648B; }
a { background-color: rgb(200,100,139); }
div.DivClassName
{
background-color: #C8648B;
}
.BgClassName
{
background-color: #C8648B;
}
</style>
border-color css
<style>
span { border-color: #C8648B; }
span { border-color: rgb(200,100,139); }
td.TdClassName
{
border-color: #C8648B;
}
.TagClassName
{
border-color: #C8648B;
}
</style>