Shades of Hopbush #C8618F
Tints of Hopbush #C8618F
RGB
CMYK
RGB Variations
Color information
#C8618F (or 0xC8618F) is known color: Hopbush. HEX triplet: C8, 61 and 8F. RGB value is (200,97,143). Sum of RGB (Red+Green+Blue) = 200+97+143=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8618F is #379E70. Grayscale: #848484. Windows color (decimal): -3645041 or 9396680. OLE color: 9396680.
HSL color Cylindrical-coordinate representation of color #C8618F: hue angle of 333.2º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8618F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 143 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.22 |
| HSL | 333.2º | 0.48% | 0.58% | - |
| HSV(B) | 333.2º | 0.52% | 0.78% | - |
| XYZ | 33.05 | 22.81 | 28.65 | - |
| YUV | 133.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 143 | 0 | 0.52 | 0.28 | 0.22 | 333.2 | 0.48 | 0.58 |
| Hex | C8 | 61 | 8F | 0 | 34 | 1C | 16 | 14D | 30 | 3A |
| Octal | 310 | 141 | 217 | 0 | 64 | 34 | 26 | 515 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10001111 | 0 | 110100 | 11100 | 10110 | 101001101 | 110000 | 111010 |
Color Harmonies of #C8618F
Complementary color
Monochromatic Colors of #C8618F
Black with #C8618F
Text Example
Text Example
White with #C8618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8618F; }
p { color: rgb(200,97,143); }
H1.HeaderClassName
{
color: #C8618F;
}
.AnyTagClassName
{
color: #C8618F;
}
</style>
background-color css
<style>
a { background-color: #C8618F; }
a { background-color: rgb(200,97,143); }
div.DivClassName
{
background-color: #C8618F;
}
.BgClassName
{
background-color: #C8618F;
}
</style>
border-color css
<style>
span { border-color: #C8618F; }
span { border-color: rgb(200,97,143); }
td.TdClassName
{
border-color: #C8618F;
}
.TagClassName
{
border-color: #C8618F;
}
</style>