Shades of Hopbush #C9618E
Tints of Hopbush #C9618E
RGB
CMYK
RGB Variations
Color information
#C9618E (or 0xC9618E) is known color: Hopbush. HEX triplet: C9, 61 and 8E. RGB value is (201,97,142). Sum of RGB (Red+Green+Blue) = 201+97+142=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9618E is #369E71. Grayscale: #858585. Windows color (decimal): -3579506 or 9331145. OLE color: 9331145.
HSL color Cylindrical-coordinate representation of color #C9618E: hue angle of 334.04º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9618E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 142 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.21 |
| HSL | 334.04º | 0.49% | 0.58% | - |
| HSV(B) | 334.04º | 0.52% | 0.79% | - |
| XYZ | 33.24 | 22.92 | 28.26 | - |
| YUV | 133.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 142 | 0 | 0.52 | 0.29 | 0.21 | 334.04 | 0.49 | 0.58 |
| Hex | C9 | 61 | 8E | 0 | 34 | 1D | 15 | 14E | 31 | 3A |
| Octal | 311 | 141 | 216 | 0 | 64 | 35 | 25 | 516 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10001110 | 0 | 110100 | 11101 | 10101 | 101001110 | 110001 | 111010 |
Color Harmonies of #C9618E
Complementary color
Monochromatic Colors of #C9618E
Black with #C9618E
Text Example
Text Example
White with #C9618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9618E; }
p { color: rgb(201,97,142); }
H1.HeaderClassName
{
color: #C9618E;
}
.AnyTagClassName
{
color: #C9618E;
}
</style>
background-color css
<style>
a { background-color: #C9618E; }
a { background-color: rgb(201,97,142); }
div.DivClassName
{
background-color: #C9618E;
}
.BgClassName
{
background-color: #C9618E;
}
</style>
border-color css
<style>
span { border-color: #C9618E; }
span { border-color: rgb(201,97,142); }
td.TdClassName
{
border-color: #C9618E;
}
.TagClassName
{
border-color: #C9618E;
}
</style>