Shades of Hopbush #C269A0
Tints of Hopbush #C269A0
RGB
CMYK
RGB Variations
Color information
#C269A0 (or 0xC269A0) is known color: Hopbush. HEX triplet: C2, 69 and A0. RGB value is (194,105,160). Sum of RGB (Red+Green+Blue) = 194+105+160=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C269A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269A0 is #3D965F. Grayscale: #898989. Windows color (decimal): -4036192 or 10512834. OLE color: 10512834.
HSL color Cylindrical-coordinate representation of color #C269A0: hue angle of 322.92º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269A0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 160 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.24 |
| HSL | 322.92º | 0.42% | 0.59% | - |
| HSV(B) | 322.92º | 0.46% | 0.76% | - |
| XYZ | 33.64 | 24.11 | 36.14 | - |
| YUV | 137.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 160 | 0 | 0.46 | 0.18 | 0.24 | 322.92 | 0.42 | 0.59 |
| Hex | C2 | 69 | A0 | 0 | 2E | 12 | 18 | 143 | 2A | 3B |
| Octal | 302 | 151 | 240 | 0 | 56 | 22 | 30 | 503 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10100000 | 0 | 101110 | 10010 | 11000 | 101000011 | 101010 | 111011 |
Color Harmonies of #C269A0
Complementary color
Monochromatic Colors of #C269A0
Black with #C269A0
Text Example
Text Example
White with #C269A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269A0; }
p { color: rgb(194,105,160); }
H1.HeaderClassName
{
color: #C269A0;
}
.AnyTagClassName
{
color: #C269A0;
}
</style>
background-color css
<style>
a { background-color: #C269A0; }
a { background-color: rgb(194,105,160); }
div.DivClassName
{
background-color: #C269A0;
}
.BgClassName
{
background-color: #C269A0;
}
</style>
border-color css
<style>
span { border-color: #C269A0; }
span { border-color: rgb(194,105,160); }
td.TdClassName
{
border-color: #C269A0;
}
.TagClassName
{
border-color: #C269A0;
}
</style>