Shades of Hopbush #C26C8A
Tints of Hopbush #C26C8A
RGB
CMYK
RGB Variations
Color information
#C26C8A (or 0xC26C8A) is known color: Hopbush. HEX triplet: C2, 6C and 8A. RGB value is (194,108,138). Sum of RGB (Red+Green+Blue) = 194+108+138=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C8A is #3D9375. Grayscale: #898989. Windows color (decimal): -4035446 or 9071810. OLE color: 9071810.
HSL color Cylindrical-coordinate representation of color #C26C8A: hue angle of 339.07º 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 #C26C8A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 138 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.24 |
| HSL | 339.07º | 0.41% | 0.59% | - |
| HSV(B) | 339.07º | 0.44% | 0.76% | - |
| XYZ | 32.2 | 24.03 | 26.99 | - |
| YUV | 137.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 138 | 0 | 0.44 | 0.29 | 0.24 | 339.07 | 0.41 | 0.59 |
| Hex | C2 | 6C | 8A | 0 | 2C | 1D | 18 | 153 | 29 | 3B |
| Octal | 302 | 154 | 212 | 0 | 54 | 35 | 30 | 523 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10001010 | 0 | 101100 | 11101 | 11000 | 101010011 | 101001 | 111011 |
Color Harmonies of #C26C8A
Complementary color
Monochromatic Colors of #C26C8A
Black with #C26C8A
Text Example
Text Example
White with #C26C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C8A; }
p { color: rgb(194,108,138); }
H1.HeaderClassName
{
color: #C26C8A;
}
.AnyTagClassName
{
color: #C26C8A;
}
</style>
background-color css
<style>
a { background-color: #C26C8A; }
a { background-color: rgb(194,108,138); }
div.DivClassName
{
background-color: #C26C8A;
}
.BgClassName
{
background-color: #C26C8A;
}
</style>
border-color css
<style>
span { border-color: #C26C8A; }
span { border-color: rgb(194,108,138); }
td.TdClassName
{
border-color: #C26C8A;
}
.TagClassName
{
border-color: #C26C8A;
}
</style>