Shades of Hopbush #C2749B
Tints of Hopbush #C2749B
RGB
CMYK
RGB Variations
Color information
#C2749B (or 0xC2749B) is known color: Hopbush. HEX triplet: C2, 74 and 9B. RGB value is (194,116,155). Sum of RGB (Red+Green+Blue) = 194+116+155=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2749B is #3D8B64. Grayscale: #8F8F8F. Windows color (decimal): -4033381 or 10187970. OLE color: 10187970.
HSL color Cylindrical-coordinate representation of color #C2749B: hue angle of 330º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2749B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 155 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.24 |
| HSL | 330º | 0.39% | 0.61% | - |
| HSV(B) | 330º | 0.4% | 0.76% | - |
| XYZ | 34.41 | 26.33 | 34.28 | - |
| YUV | 143.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 155 | 0 | 0.40 | 0.20 | 0.24 | 330 | 0.39 | 0.61 |
| Hex | C2 | 74 | 9B | 0 | 28 | 14 | 18 | 14A | 27 | 3D |
| Octal | 302 | 164 | 233 | 0 | 50 | 24 | 30 | 512 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10011011 | 0 | 101000 | 10100 | 11000 | 101001010 | 100111 | 111101 |
Color Harmonies of #C2749B
Complementary color
Monochromatic Colors of #C2749B
Black with #C2749B
Text Example
Text Example
White with #C2749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2749B; }
p { color: rgb(194,116,155); }
H1.HeaderClassName
{
color: #C2749B;
}
.AnyTagClassName
{
color: #C2749B;
}
</style>
background-color css
<style>
a { background-color: #C2749B; }
a { background-color: rgb(194,116,155); }
div.DivClassName
{
background-color: #C2749B;
}
.BgClassName
{
background-color: #C2749B;
}
</style>
border-color css
<style>
span { border-color: #C2749B; }
span { border-color: rgb(194,116,155); }
td.TdClassName
{
border-color: #C2749B;
}
.TagClassName
{
border-color: #C2749B;
}
</style>