Shades of Hopbush #C2789A
Tints of Hopbush #C2789A
RGB
CMYK
RGB Variations
Color information
#C2789A (or 0xC2789A) is known color: Hopbush. HEX triplet: C2, 78 and 9A. RGB value is (194,120,154). Sum of RGB (Red+Green+Blue) = 194+120+154=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2789A is #3D8765. Grayscale: #919191. Windows color (decimal): -4032358 or 10123458. OLE color: 10123458.
HSL color Cylindrical-coordinate representation of color #C2789A: hue angle of 332.43º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2789A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 154 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.24 |
| HSL | 332.43º | 0.38% | 0.62% | - |
| HSV(B) | 332.43º | 0.38% | 0.76% | - |
| XYZ | 34.8 | 27.24 | 33.99 | - |
| YUV | 146 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 154 | 0 | 0.38 | 0.21 | 0.24 | 332.43 | 0.38 | 0.62 |
| Hex | C2 | 78 | 9A | 0 | 26 | 15 | 18 | 14C | 26 | 3E |
| Octal | 302 | 170 | 232 | 0 | 46 | 25 | 30 | 514 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10011010 | 0 | 100110 | 10101 | 11000 | 101001100 | 100110 | 111110 |
Color Harmonies of #C2789A
Complementary color
Monochromatic Colors of #C2789A
Black with #C2789A
Text Example
Text Example
White with #C2789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2789A; }
p { color: rgb(194,120,154); }
H1.HeaderClassName
{
color: #C2789A;
}
.AnyTagClassName
{
color: #C2789A;
}
</style>
background-color css
<style>
a { background-color: #C2789A; }
a { background-color: rgb(194,120,154); }
div.DivClassName
{
background-color: #C2789A;
}
.BgClassName
{
background-color: #C2789A;
}
</style>
border-color css
<style>
span { border-color: #C2789A; }
span { border-color: rgb(194,120,154); }
td.TdClassName
{
border-color: #C2789A;
}
.TagClassName
{
border-color: #C2789A;
}
</style>