Shades of Hopbush #C26D99
Tints of Hopbush #C26D99
RGB
CMYK
RGB Variations
Color information
#C26D99 (or 0xC26D99) is known color: Hopbush. HEX triplet: C2, 6D and 99. RGB value is (194,109,153). Sum of RGB (Red+Green+Blue) = 194+109+153=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D99 is #3D9266. Grayscale: #8B8B8B. Windows color (decimal): -4035175 or 10055106. OLE color: 10055106.
HSL color Cylindrical-coordinate representation of color #C26D99: hue angle of 328.94º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26D99 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 153 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.24 |
| HSL | 328.94º | 0.41% | 0.59% | - |
| HSV(B) | 328.94º | 0.44% | 0.76% | - |
| XYZ | 33.47 | 24.71 | 33.14 | - |
| YUV | 139.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 153 | 0 | 0.44 | 0.21 | 0.24 | 328.94 | 0.41 | 0.59 |
| Hex | C2 | 6D | 99 | 0 | 2C | 15 | 18 | 149 | 29 | 3B |
| Octal | 302 | 155 | 231 | 0 | 54 | 25 | 30 | 511 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10011001 | 0 | 101100 | 10101 | 11000 | 101001001 | 101001 | 111011 |
Color Harmonies of #C26D99
Complementary color
Monochromatic Colors of #C26D99
Black with #C26D99
Text Example
Text Example
White with #C26D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D99; }
p { color: rgb(194,109,153); }
H1.HeaderClassName
{
color: #C26D99;
}
.AnyTagClassName
{
color: #C26D99;
}
</style>
background-color css
<style>
a { background-color: #C26D99; }
a { background-color: rgb(194,109,153); }
div.DivClassName
{
background-color: #C26D99;
}
.BgClassName
{
background-color: #C26D99;
}
</style>
border-color css
<style>
span { border-color: #C26D99; }
span { border-color: rgb(194,109,153); }
td.TdClassName
{
border-color: #C26D99;
}
.TagClassName
{
border-color: #C26D99;
}
</style>