Shades of Hopbush #C269A1
Tints of Hopbush #C269A1
RGB
CMYK
RGB Variations
Color information
#C269A1 (or 0xC269A1) is known color: Hopbush. HEX triplet: C2, 69 and A1. RGB value is (194,105,161). Sum of RGB (Red+Green+Blue) = 194+105+161=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C269A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269A1 is #3D965E. Grayscale: #898989. Windows color (decimal): -4036191 or 10578370. OLE color: 10578370.
HSL color Cylindrical-coordinate representation of color #C269A1: hue angle of 322.25º 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 #C269A1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 161 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.24 |
| HSL | 322.25º | 0.42% | 0.59% | - |
| HSV(B) | 322.25º | 0.46% | 0.76% | - |
| XYZ | 33.73 | 24.15 | 36.6 | - |
| YUV | 138 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 161 | 0 | 0.46 | 0.17 | 0.24 | 322.25 | 0.42 | 0.59 |
| Hex | C2 | 69 | A1 | 0 | 2E | 11 | 18 | 142 | 2A | 3B |
| Octal | 302 | 151 | 241 | 0 | 56 | 21 | 30 | 502 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10100001 | 0 | 101110 | 10001 | 11000 | 101000010 | 101010 | 111011 |
Color Harmonies of #C269A1
Complementary color
Monochromatic Colors of #C269A1
Black with #C269A1
Text Example
Text Example
White with #C269A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269A1; }
p { color: rgb(194,105,161); }
H1.HeaderClassName
{
color: #C269A1;
}
.AnyTagClassName
{
color: #C269A1;
}
</style>
background-color css
<style>
a { background-color: #C269A1; }
a { background-color: rgb(194,105,161); }
div.DivClassName
{
background-color: #C269A1;
}
.BgClassName
{
background-color: #C269A1;
}
</style>
border-color css
<style>
span { border-color: #C269A1; }
span { border-color: rgb(194,105,161); }
td.TdClassName
{
border-color: #C269A1;
}
.TagClassName
{
border-color: #C269A1;
}
</style>