Shades of Hopbush #C2649C
Tints of Hopbush #C2649C
RGB
CMYK
RGB Variations
Color information
#C2649C (or 0xC2649C) is known color: Hopbush. HEX triplet: C2, 64 and 9C. RGB value is (194,100,156). Sum of RGB (Red+Green+Blue) = 194+100+156=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649C is #3D9B63. Grayscale: #868686. Windows color (decimal): -4037476 or 10249410. OLE color: 10249410.
HSL color Cylindrical-coordinate representation of color #C2649C: hue angle of 324.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2649C is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 156 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.24 |
| HSL | 324.26º | 0.44% | 0.58% | - |
| HSV(B) | 324.26º | 0.48% | 0.76% | - |
| XYZ | 32.81 | 22.98 | 34.16 | - |
| YUV | 134.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 156 | 0 | 0.48 | 0.20 | 0.24 | 324.26 | 0.44 | 0.58 |
| Hex | C2 | 64 | 9C | 0 | 30 | 14 | 18 | 144 | 2C | 3A |
| Octal | 302 | 144 | 234 | 0 | 60 | 24 | 30 | 504 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10011100 | 0 | 110000 | 10100 | 11000 | 101000100 | 101100 | 111010 |
Color Harmonies of #C2649C
Complementary color
Monochromatic Colors of #C2649C
Black with #C2649C
Text Example
Text Example
White with #C2649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2649C; }
p { color: rgb(194,100,156); }
H1.HeaderClassName
{
color: #C2649C;
}
.AnyTagClassName
{
color: #C2649C;
}
</style>
background-color css
<style>
a { background-color: #C2649C; }
a { background-color: rgb(194,100,156); }
div.DivClassName
{
background-color: #C2649C;
}
.BgClassName
{
background-color: #C2649C;
}
</style>
border-color css
<style>
span { border-color: #C2649C; }
span { border-color: rgb(194,100,156); }
td.TdClassName
{
border-color: #C2649C;
}
.TagClassName
{
border-color: #C2649C;
}
</style>