Shades of Hopbush #C268A0
Tints of Hopbush #C268A0
RGB
CMYK
RGB Variations
Color information
#C268A0 (or 0xC268A0) is known color: Hopbush. HEX triplet: C2, 68 and A0. RGB value is (194,104,160). Sum of RGB (Red+Green+Blue) = 194+104+160=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C268A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268A0 is #3D975F. Grayscale: #898989. Windows color (decimal): -4036448 or 10512578. OLE color: 10512578.
HSL color Cylindrical-coordinate representation of color #C268A0: hue angle of 322.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 #C268A0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 160 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.24 |
| HSL | 322.67º | 0.42% | 0.58% | - |
| HSV(B) | 322.67º | 0.46% | 0.76% | - |
| XYZ | 33.54 | 23.91 | 36.1 | - |
| YUV | 137.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 160 | 0 | 0.46 | 0.18 | 0.24 | 322.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | A0 | 0 | 2E | 12 | 18 | 143 | 2A | 3A |
| Octal | 302 | 150 | 240 | 0 | 56 | 22 | 30 | 503 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10100000 | 0 | 101110 | 10010 | 11000 | 101000011 | 101010 | 111010 |
Color Harmonies of #C268A0
Complementary color
Monochromatic Colors of #C268A0
Black with #C268A0
Text Example
Text Example
White with #C268A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268A0; }
p { color: rgb(194,104,160); }
H1.HeaderClassName
{
color: #C268A0;
}
.AnyTagClassName
{
color: #C268A0;
}
</style>
background-color css
<style>
a { background-color: #C268A0; }
a { background-color: rgb(194,104,160); }
div.DivClassName
{
background-color: #C268A0;
}
.BgClassName
{
background-color: #C268A0;
}
</style>
border-color css
<style>
span { border-color: #C268A0; }
span { border-color: rgb(194,104,160); }
td.TdClassName
{
border-color: #C268A0;
}
.TagClassName
{
border-color: #C268A0;
}
</style>