Shades of Hopbush #C2628F
Tints of Hopbush #C2628F
RGB
CMYK
RGB Variations
Color information
#C2628F (or 0xC2628F) is known color: Hopbush. HEX triplet: C2, 62 and 8F. RGB value is (194,98,143). Sum of RGB (Red+Green+Blue) = 194+98+143=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2628F is #3D9D70. Grayscale: #838383. Windows color (decimal): -4038001 or 9396930. OLE color: 9396930.
HSL color Cylindrical-coordinate representation of color #C2628F: hue angle of 331.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2628F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 143 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.24 |
| HSL | 331.88º | 0.44% | 0.57% | - |
| HSV(B) | 331.88º | 0.49% | 0.76% | - |
| XYZ | 31.57 | 22.19 | 28.61 | - |
| YUV | 131.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 143 | 0 | 0.49 | 0.26 | 0.24 | 331.88 | 0.44 | 0.57 |
| Hex | C2 | 62 | 8F | 0 | 31 | 1A | 18 | 14C | 2C | 39 |
| Octal | 302 | 142 | 217 | 0 | 61 | 32 | 30 | 514 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10001111 | 0 | 110001 | 11010 | 11000 | 101001100 | 101100 | 111001 |
Color Harmonies of #C2628F
Complementary color
Monochromatic Colors of #C2628F
Black with #C2628F
Text Example
Text Example
White with #C2628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2628F; }
p { color: rgb(194,98,143); }
H1.HeaderClassName
{
color: #C2628F;
}
.AnyTagClassName
{
color: #C2628F;
}
</style>
background-color css
<style>
a { background-color: #C2628F; }
a { background-color: rgb(194,98,143); }
div.DivClassName
{
background-color: #C2628F;
}
.BgClassName
{
background-color: #C2628F;
}
</style>
border-color css
<style>
span { border-color: #C2628F; }
span { border-color: rgb(194,98,143); }
td.TdClassName
{
border-color: #C2628F;
}
.TagClassName
{
border-color: #C2628F;
}
</style>