Shades of Hopbush #C469A1
Tints of Hopbush #C469A1
RGB
CMYK
RGB Variations
Color information
#C469A1 (or 0xC469A1) is known color: Hopbush. HEX triplet: C4, 69 and A1. RGB value is (196,105,161). Sum of RGB (Red+Green+Blue) = 196+105+161=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C469A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469A1 is #3B965E. Grayscale: #8A8A8A. Windows color (decimal): -3905119 or 10578372. OLE color: 10578372.
HSL color Cylindrical-coordinate representation of color #C469A1: hue angle of 323.08º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C469A1 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 161 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.23 |
| HSL | 323.08º | 0.44% | 0.59% | - |
| HSV(B) | 323.08º | 0.46% | 0.77% | - |
| XYZ | 34.25 | 24.41 | 36.63 | - |
| YUV | 138.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 161 | 0 | 0.46 | 0.18 | 0.23 | 323.08 | 0.44 | 0.59 |
| Hex | C4 | 69 | A1 | 0 | 2E | 12 | 17 | 143 | 2C | 3B |
| Octal | 304 | 151 | 241 | 0 | 56 | 22 | 27 | 503 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10100001 | 0 | 101110 | 10010 | 10111 | 101000011 | 101100 | 111011 |
Color Harmonies of #C469A1
Complementary color
Monochromatic Colors of #C469A1
Black with #C469A1
Text Example
Text Example
White with #C469A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469A1; }
p { color: rgb(196,105,161); }
H1.HeaderClassName
{
color: #C469A1;
}
.AnyTagClassName
{
color: #C469A1;
}
</style>
background-color css
<style>
a { background-color: #C469A1; }
a { background-color: rgb(196,105,161); }
div.DivClassName
{
background-color: #C469A1;
}
.BgClassName
{
background-color: #C469A1;
}
</style>
border-color css
<style>
span { border-color: #C469A1; }
span { border-color: rgb(196,105,161); }
td.TdClassName
{
border-color: #C469A1;
}
.TagClassName
{
border-color: #C469A1;
}
</style>