Shades of Hopbush #C8618B
Tints of Hopbush #C8618B
RGB
CMYK
RGB Variations
Color information
#C8618B (or 0xC8618B) is known color: Hopbush. HEX triplet: C8, 61 and 8B. RGB value is (200,97,139). Sum of RGB (Red+Green+Blue) = 200+97+139=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8618B is #379E74. Grayscale: #848484. Windows color (decimal): -3645045 or 9134536. OLE color: 9134536.
HSL color Cylindrical-coordinate representation of color #C8618B: hue angle of 335.53º 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 #C8618B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 139 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.22 |
| HSL | 335.53º | 0.48% | 0.58% | - |
| HSV(B) | 335.53º | 0.52% | 0.78% | - |
| XYZ | 32.75 | 22.69 | 27.08 | - |
| YUV | 132.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 139 | 0 | 0.52 | 0.30 | 0.22 | 335.53 | 0.48 | 0.58 |
| Hex | C8 | 61 | 8B | 0 | 34 | 1E | 16 | 150 | 30 | 3A |
| Octal | 310 | 141 | 213 | 0 | 64 | 36 | 26 | 520 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10001011 | 0 | 110100 | 11110 | 10110 | 101010000 | 110000 | 111010 |
Color Harmonies of #C8618B
Complementary color
Monochromatic Colors of #C8618B
Black with #C8618B
Text Example
Text Example
White with #C8618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8618B; }
p { color: rgb(200,97,139); }
H1.HeaderClassName
{
color: #C8618B;
}
.AnyTagClassName
{
color: #C8618B;
}
</style>
background-color css
<style>
a { background-color: #C8618B; }
a { background-color: rgb(200,97,139); }
div.DivClassName
{
background-color: #C8618B;
}
.BgClassName
{
background-color: #C8618B;
}
</style>
border-color css
<style>
span { border-color: #C8618B; }
span { border-color: rgb(200,97,139); }
td.TdClassName
{
border-color: #C8618B;
}
.TagClassName
{
border-color: #C8618B;
}
</style>