Shades of Hopbush #C46B9C
Tints of Hopbush #C46B9C
RGB
CMYK
RGB Variations
Color information
#C46B9C (or 0xC46B9C) is known color: Hopbush. HEX triplet: C4, 6B and 9C. RGB value is (196,107,156). Sum of RGB (Red+Green+Blue) = 196+107+156=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46B9C is #3B9463. Grayscale: #8B8B8B. Windows color (decimal): -3904612 or 10251204. OLE color: 10251204.
HSL color Cylindrical-coordinate representation of color #C46B9C: hue angle of 326.97º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46B9C is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 156 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.23 |
| HSL | 326.97º | 0.43% | 0.59% | - |
| HSV(B) | 326.97º | 0.45% | 0.77% | - |
| XYZ | 34.02 | 24.65 | 34.42 | - |
| YUV | 139.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 156 | 0 | 0.45 | 0.20 | 0.23 | 326.97 | 0.43 | 0.59 |
| Hex | C4 | 6B | 9C | 0 | 2D | 14 | 17 | 147 | 2B | 3B |
| Octal | 304 | 153 | 234 | 0 | 55 | 24 | 27 | 507 | 53 | 73 |
| Binary | 11000100 | 1101011 | 10011100 | 0 | 101101 | 10100 | 10111 | 101000111 | 101011 | 111011 |
Color Harmonies of #C46B9C
Complementary color
Monochromatic Colors of #C46B9C
Black with #C46B9C
Text Example
Text Example
White with #C46B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B9C; }
p { color: rgb(196,107,156); }
H1.HeaderClassName
{
color: #C46B9C;
}
.AnyTagClassName
{
color: #C46B9C;
}
</style>
background-color css
<style>
a { background-color: #C46B9C; }
a { background-color: rgb(196,107,156); }
div.DivClassName
{
background-color: #C46B9C;
}
.BgClassName
{
background-color: #C46B9C;
}
</style>
border-color css
<style>
span { border-color: #C46B9C; }
span { border-color: rgb(196,107,156); }
td.TdClassName
{
border-color: #C46B9C;
}
.TagClassName
{
border-color: #C46B9C;
}
</style>