Shades of Hopbush #C269AA
Tints of Hopbush #C269AA
RGB
CMYK
RGB Variations
Color information
#C269AA (or 0xC269AA) is known color: Hopbush. HEX triplet: C2, 69 and AA. RGB value is (194,105,170). Sum of RGB (Red+Green+Blue) = 194+105+170=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AA is #3D9655. Grayscale: #8A8A8A. Windows color (decimal): -4036182 or 11168194. OLE color: 11168194.
HSL color Cylindrical-coordinate representation of color #C269AA: hue angle of 316.18º 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 #C269AA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 170 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.24 |
| HSL | 316.18º | 0.42% | 0.59% | - |
| HSV(B) | 316.18º | 0.46% | 0.76% | - |
| XYZ | 34.56 | 24.47 | 40.93 | - |
| YUV | 139.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 170 | 0 | 0.46 | 0.12 | 0.24 | 316.18 | 0.42 | 0.59 |
| Hex | C2 | 69 | AA | 0 | 2E | C | 18 | 13C | 2A | 3B |
| Octal | 302 | 151 | 252 | 0 | 56 | 14 | 30 | 474 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10101010 | 0 | 101110 | 1100 | 11000 | 100111100 | 101010 | 111011 |
Color Harmonies of #C269AA
Complementary color
Monochromatic Colors of #C269AA
Black with #C269AA
Text Example
Text Example
White with #C269AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269AA; }
p { color: rgb(194,105,170); }
H1.HeaderClassName
{
color: #C269AA;
}
.AnyTagClassName
{
color: #C269AA;
}
</style>
background-color css
<style>
a { background-color: #C269AA; }
a { background-color: rgb(194,105,170); }
div.DivClassName
{
background-color: #C269AA;
}
.BgClassName
{
background-color: #C269AA;
}
</style>
border-color css
<style>
span { border-color: #C269AA; }
span { border-color: rgb(194,105,170); }
td.TdClassName
{
border-color: #C269AA;
}
.TagClassName
{
border-color: #C269AA;
}
</style>