Shades of Hopbush #C4698B
Tints of Hopbush #C4698B
RGB
CMYK
RGB Variations
Color information
#C4698B (or 0xC4698B) is known color: Hopbush. HEX triplet: C4, 69 and 8B. RGB value is (196,105,139). Sum of RGB (Red+Green+Blue) = 196+105+139=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4698B is #3B9674. Grayscale: #888888. Windows color (decimal): -3905141 or 9136580. OLE color: 9136580.
HSL color Cylindrical-coordinate representation of color #C4698B: hue angle of 337.58º 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 #C4698B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 139 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.23 |
| HSL | 337.58º | 0.44% | 0.59% | - |
| HSV(B) | 337.58º | 0.46% | 0.77% | - |
| XYZ | 32.48 | 23.7 | 27.29 | - |
| YUV | 136.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 139 | 0 | 0.46 | 0.29 | 0.23 | 337.58 | 0.44 | 0.59 |
| Hex | C4 | 69 | 8B | 0 | 2E | 1D | 17 | 152 | 2C | 3B |
| Octal | 304 | 151 | 213 | 0 | 56 | 35 | 27 | 522 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10001011 | 0 | 101110 | 11101 | 10111 | 101010010 | 101100 | 111011 |
Color Harmonies of #C4698B
Complementary color
Monochromatic Colors of #C4698B
Black with #C4698B
Text Example
Text Example
White with #C4698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4698B; }
p { color: rgb(196,105,139); }
H1.HeaderClassName
{
color: #C4698B;
}
.AnyTagClassName
{
color: #C4698B;
}
</style>
background-color css
<style>
a { background-color: #C4698B; }
a { background-color: rgb(196,105,139); }
div.DivClassName
{
background-color: #C4698B;
}
.BgClassName
{
background-color: #C4698B;
}
</style>
border-color css
<style>
span { border-color: #C4698B; }
span { border-color: rgb(196,105,139); }
td.TdClassName
{
border-color: #C4698B;
}
.TagClassName
{
border-color: #C4698B;
}
</style>