Shades of Hopbush #C268A6
Tints of Hopbush #C268A6
RGB
CMYK
RGB Variations
Color information
#C268A6 (or 0xC268A6) is known color: Hopbush. HEX triplet: C2, 68 and A6. RGB value is (194,104,166). Sum of RGB (Red+Green+Blue) = 194+104+166=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C268A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268A6 is #3D9759. Grayscale: #898989. Windows color (decimal): -4036442 or 10905794. OLE color: 10905794.
HSL color Cylindrical-coordinate representation of color #C268A6: hue angle of 318.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C268A6 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 166 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.24 |
| HSL | 318.67º | 0.42% | 0.58% | - |
| HSV(B) | 318.67º | 0.46% | 0.76% | - |
| XYZ | 34.08 | 24.12 | 38.94 | - |
| YUV | 137.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 166 | 0 | 0.46 | 0.14 | 0.24 | 318.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | A6 | 0 | 2E | E | 18 | 13F | 2A | 3A |
| Octal | 302 | 150 | 246 | 0 | 56 | 16 | 30 | 477 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10100110 | 0 | 101110 | 1110 | 11000 | 100111111 | 101010 | 111010 |
Color Harmonies of #C268A6
Complementary color
Monochromatic Colors of #C268A6
Black with #C268A6
Text Example
Text Example
White with #C268A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268A6; }
p { color: rgb(194,104,166); }
H1.HeaderClassName
{
color: #C268A6;
}
.AnyTagClassName
{
color: #C268A6;
}
</style>
background-color css
<style>
a { background-color: #C268A6; }
a { background-color: rgb(194,104,166); }
div.DivClassName
{
background-color: #C268A6;
}
.BgClassName
{
background-color: #C268A6;
}
</style>
border-color css
<style>
span { border-color: #C268A6; }
span { border-color: rgb(194,104,166); }
td.TdClassName
{
border-color: #C268A6;
}
.TagClassName
{
border-color: #C268A6;
}
</style>