Shades of Hopbush #C4699D
Tints of Hopbush #C4699D
RGB
CMYK
RGB Variations
Color information
#C4699D (or 0xC4699D) is known color: Hopbush. HEX triplet: C4, 69 and 9D. RGB value is (196,105,157). Sum of RGB (Red+Green+Blue) = 196+105+157=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4699D is #3B9662. Grayscale: #8A8A8A. Windows color (decimal): -3905123 or 10316228. OLE color: 10316228.
HSL color Cylindrical-coordinate representation of color #C4699D: hue angle of 325.71º 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 #C4699D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 157 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.23 |
| HSL | 325.71º | 0.44% | 0.59% | - |
| HSV(B) | 325.71º | 0.46% | 0.77% | - |
| XYZ | 33.9 | 24.27 | 34.8 | - |
| YUV | 138.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 157 | 0 | 0.46 | 0.20 | 0.23 | 325.71 | 0.44 | 0.59 |
| Hex | C4 | 69 | 9D | 0 | 2E | 14 | 17 | 146 | 2C | 3B |
| Octal | 304 | 151 | 235 | 0 | 56 | 24 | 27 | 506 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10011101 | 0 | 101110 | 10100 | 10111 | 101000110 | 101100 | 111011 |
Color Harmonies of #C4699D
Complementary color
Monochromatic Colors of #C4699D
Black with #C4699D
Text Example
Text Example
White with #C4699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4699D; }
p { color: rgb(196,105,157); }
H1.HeaderClassName
{
color: #C4699D;
}
.AnyTagClassName
{
color: #C4699D;
}
</style>
background-color css
<style>
a { background-color: #C4699D; }
a { background-color: rgb(196,105,157); }
div.DivClassName
{
background-color: #C4699D;
}
.BgClassName
{
background-color: #C4699D;
}
</style>
border-color css
<style>
span { border-color: #C4699D; }
span { border-color: rgb(196,105,157); }
td.TdClassName
{
border-color: #C4699D;
}
.TagClassName
{
border-color: #C4699D;
}
</style>