Shades of Hopbush #C65E8A
Tints of Hopbush #C65E8A
RGB
CMYK
RGB Variations
Color information
#C65E8A (or 0xC65E8A) is known color: Hopbush. HEX triplet: C6, 5E and 8A. RGB value is (198,94,138). Sum of RGB (Red+Green+Blue) = 198+94+138=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E8A is #39A175. Grayscale: #828282. Windows color (decimal): -3776886 or 9068230. OLE color: 9068230.
HSL color Cylindrical-coordinate representation of color #C65E8A: hue angle of 334.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65E8A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 138 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.22 |
| HSL | 334.62º | 0.48% | 0.57% | - |
| HSV(B) | 334.62º | 0.53% | 0.78% | - |
| XYZ | 31.88 | 21.85 | 26.58 | - |
| YUV | 130.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 138 | 0 | 0.53 | 0.30 | 0.22 | 334.62 | 0.48 | 0.57 |
| Hex | C6 | 5E | 8A | 0 | 35 | 1E | 16 | 14F | 30 | 39 |
| Octal | 306 | 136 | 212 | 0 | 65 | 36 | 26 | 517 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10001010 | 0 | 110101 | 11110 | 10110 | 101001111 | 110000 | 111001 |
Color Harmonies of #C65E8A
Complementary color
Monochromatic Colors of #C65E8A
Black with #C65E8A
Text Example
Text Example
White with #C65E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E8A; }
p { color: rgb(198,94,138); }
H1.HeaderClassName
{
color: #C65E8A;
}
.AnyTagClassName
{
color: #C65E8A;
}
</style>
background-color css
<style>
a { background-color: #C65E8A; }
a { background-color: rgb(198,94,138); }
div.DivClassName
{
background-color: #C65E8A;
}
.BgClassName
{
background-color: #C65E8A;
}
</style>
border-color css
<style>
span { border-color: #C65E8A; }
span { border-color: rgb(198,94,138); }
td.TdClassName
{
border-color: #C65E8A;
}
.TagClassName
{
border-color: #C65E8A;
}
</style>