Shades of Hopbush #C26188
Tints of Hopbush #C26188
RGB
CMYK
RGB Variations
Color information
#C26188 (or 0xC26188) is known color: Hopbush. HEX triplet: C2, 61 and 88. RGB value is (194,97,136). Sum of RGB (Red+Green+Blue) = 194+97+136=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26188 is #3D9E77. Grayscale: #828282. Windows color (decimal): -4038264 or 8937922. OLE color: 8937922.
HSL color Cylindrical-coordinate representation of color #C26188: hue angle of 335.88º 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 #C26188 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 136 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.24 |
| HSL | 335.88º | 0.44% | 0.57% | - |
| HSV(B) | 335.88º | 0.5% | 0.76% | - |
| XYZ | 30.97 | 21.8 | 25.87 | - |
| YUV | 130.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 136 | 0 | 0.50 | 0.30 | 0.24 | 335.88 | 0.44 | 0.57 |
| Hex | C2 | 61 | 88 | 0 | 32 | 1E | 18 | 150 | 2C | 39 |
| Octal | 302 | 141 | 210 | 0 | 62 | 36 | 30 | 520 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10001000 | 0 | 110010 | 11110 | 11000 | 101010000 | 101100 | 111001 |
Color Harmonies of #C26188
Complementary color
Monochromatic Colors of #C26188
Black with #C26188
Text Example
Text Example
White with #C26188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26188; }
p { color: rgb(194,97,136); }
H1.HeaderClassName
{
color: #C26188;
}
.AnyTagClassName
{
color: #C26188;
}
</style>
background-color css
<style>
a { background-color: #C26188; }
a { background-color: rgb(194,97,136); }
div.DivClassName
{
background-color: #C26188;
}
.BgClassName
{
background-color: #C26188;
}
</style>
border-color css
<style>
span { border-color: #C26188; }
span { border-color: rgb(194,97,136); }
td.TdClassName
{
border-color: #C26188;
}
.TagClassName
{
border-color: #C26188;
}
</style>