Shades of Hopbush #C8648F
Tints of Hopbush #C8648F
RGB
CMYK
RGB Variations
Color information
#C8648F (or 0xC8648F) is known color: Hopbush. HEX triplet: C8, 64 and 8F. RGB value is (200,100,143). Sum of RGB (Red+Green+Blue) = 200+100+143=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8648F is #379B70. Grayscale: #868686. Windows color (decimal): -3644273 or 9397448. OLE color: 9397448.
HSL color Cylindrical-coordinate representation of color #C8648F: hue angle of 334.2º 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 #C8648F is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 143 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.22 |
| HSL | 334.2º | 0.48% | 0.59% | - |
| HSV(B) | 334.2º | 0.5% | 0.78% | - |
| XYZ | 33.33 | 23.38 | 28.74 | - |
| YUV | 134.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 143 | 0 | 0.5 | 0.28 | 0.22 | 334.2 | 0.48 | 0.59 |
| Hex | C8 | 64 | 8F | 0 | 32 | 1C | 16 | 14E | 30 | 3B |
| Octal | 310 | 144 | 217 | 0 | 62 | 34 | 26 | 516 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10001111 | 0 | 110010 | 11100 | 10110 | 101001110 | 110000 | 111011 |
Color Harmonies of #C8648F
Complementary color
Monochromatic Colors of #C8648F
Black with #C8648F
Text Example
Text Example
White with #C8648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8648F; }
p { color: rgb(200,100,143); }
H1.HeaderClassName
{
color: #C8648F;
}
.AnyTagClassName
{
color: #C8648F;
}
</style>
background-color css
<style>
a { background-color: #C8648F; }
a { background-color: rgb(200,100,143); }
div.DivClassName
{
background-color: #C8648F;
}
.BgClassName
{
background-color: #C8648F;
}
</style>
border-color css
<style>
span { border-color: #C8648F; }
span { border-color: rgb(200,100,143); }
td.TdClassName
{
border-color: #C8648F;
}
.TagClassName
{
border-color: #C8648F;
}
</style>