Shades of Hopbush #C26CAB
Tints of Hopbush #C26CAB
RGB
CMYK
RGB Variations
Color information
#C26CAB (or 0xC26CAB) is known color: Hopbush. HEX triplet: C2, 6C and AB. RGB value is (194,108,171). Sum of RGB (Red+Green+Blue) = 194+108+171=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26CAB is #3D9354. Grayscale: #8C8C8C. Windows color (decimal): -4035413 or 11234498. OLE color: 11234498.
HSL color Cylindrical-coordinate representation of color #C26CAB: hue angle of 316.05º 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 #C26CAB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 171 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.24 |
| HSL | 316.05º | 0.41% | 0.59% | - |
| HSV(B) | 316.05º | 0.44% | 0.76% | - |
| XYZ | 34.96 | 25.13 | 41.54 | - |
| YUV | 140.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 171 | 0 | 0.44 | 0.12 | 0.24 | 316.05 | 0.41 | 0.59 |
| Hex | C2 | 6C | AB | 0 | 2C | C | 18 | 13C | 29 | 3B |
| Octal | 302 | 154 | 253 | 0 | 54 | 14 | 30 | 474 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10101011 | 0 | 101100 | 1100 | 11000 | 100111100 | 101001 | 111011 |
Color Harmonies of #C26CAB
Complementary color
Monochromatic Colors of #C26CAB
Black with #C26CAB
Text Example
Text Example
White with #C26CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CAB; }
p { color: rgb(194,108,171); }
H1.HeaderClassName
{
color: #C26CAB;
}
.AnyTagClassName
{
color: #C26CAB;
}
</style>
background-color css
<style>
a { background-color: #C26CAB; }
a { background-color: rgb(194,108,171); }
div.DivClassName
{
background-color: #C26CAB;
}
.BgClassName
{
background-color: #C26CAB;
}
</style>
border-color css
<style>
span { border-color: #C26CAB; }
span { border-color: rgb(194,108,171); }
td.TdClassName
{
border-color: #C26CAB;
}
.TagClassName
{
border-color: #C26CAB;
}
</style>