Shades of Hopbush #C4699B
Tints of Hopbush #C4699B
RGB
CMYK
RGB Variations
Color information
#C4699B (or 0xC4699B) is known color: Hopbush. HEX triplet: C4, 69 and 9B. RGB value is (196,105,155). Sum of RGB (Red+Green+Blue) = 196+105+155=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4699B is #3B9664. Grayscale: #898989. Windows color (decimal): -3905125 or 10185156. OLE color: 10185156.
HSL color Cylindrical-coordinate representation of color #C4699B: hue angle of 327.03º 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 #C4699B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 155 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.23 |
| HSL | 327.03º | 0.44% | 0.59% | - |
| HSV(B) | 327.03º | 0.46% | 0.77% | - |
| XYZ | 33.73 | 24.21 | 33.9 | - |
| YUV | 137.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 155 | 0 | 0.46 | 0.21 | 0.23 | 327.03 | 0.44 | 0.59 |
| Hex | C4 | 69 | 9B | 0 | 2E | 15 | 17 | 147 | 2C | 3B |
| Octal | 304 | 151 | 233 | 0 | 56 | 25 | 27 | 507 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10011011 | 0 | 101110 | 10101 | 10111 | 101000111 | 101100 | 111011 |
Color Harmonies of #C4699B
Complementary color
Monochromatic Colors of #C4699B
Black with #C4699B
Text Example
Text Example
White with #C4699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4699B; }
p { color: rgb(196,105,155); }
H1.HeaderClassName
{
color: #C4699B;
}
.AnyTagClassName
{
color: #C4699B;
}
</style>
background-color css
<style>
a { background-color: #C4699B; }
a { background-color: rgb(196,105,155); }
div.DivClassName
{
background-color: #C4699B;
}
.BgClassName
{
background-color: #C4699B;
}
</style>
border-color css
<style>
span { border-color: #C4699B; }
span { border-color: rgb(196,105,155); }
td.TdClassName
{
border-color: #C4699B;
}
.TagClassName
{
border-color: #C4699B;
}
</style>