Shades of Hopbush #C26189
Tints of Hopbush #C26189
RGB
CMYK
RGB Variations
Color information
#C26189 (or 0xC26189) is known color: Hopbush. HEX triplet: C2, 61 and 89. RGB value is (194,97,137). Sum of RGB (Red+Green+Blue) = 194+97+137=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26189 is #3D9E76. Grayscale: #828282. Windows color (decimal): -4038263 or 9003458. OLE color: 9003458.
HSL color Cylindrical-coordinate representation of color #C26189: hue angle of 335.26º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26189 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 137 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.24 |
| HSL | 335.26º | 0.44% | 0.57% | - |
| HSV(B) | 335.26º | 0.5% | 0.76% | - |
| XYZ | 31.04 | 21.82 | 26.24 | - |
| YUV | 130.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 137 | 0 | 0.50 | 0.29 | 0.24 | 335.26 | 0.44 | 0.57 |
| Hex | C2 | 61 | 89 | 0 | 32 | 1D | 18 | 14F | 2C | 39 |
| Octal | 302 | 141 | 211 | 0 | 62 | 35 | 30 | 517 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10001001 | 0 | 110010 | 11101 | 11000 | 101001111 | 101100 | 111001 |
Color Harmonies of #C26189
Complementary color
Monochromatic Colors of #C26189
Black with #C26189
Text Example
Text Example
White with #C26189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26189; }
p { color: rgb(194,97,137); }
H1.HeaderClassName
{
color: #C26189;
}
.AnyTagClassName
{
color: #C26189;
}
</style>
background-color css
<style>
a { background-color: #C26189; }
a { background-color: rgb(194,97,137); }
div.DivClassName
{
background-color: #C26189;
}
.BgClassName
{
background-color: #C26189;
}
</style>
border-color css
<style>
span { border-color: #C26189; }
span { border-color: rgb(194,97,137); }
td.TdClassName
{
border-color: #C26189;
}
.TagClassName
{
border-color: #C26189;
}
</style>