Shades of Hopbush #C2698B
Tints of Hopbush #C2698B
RGB
CMYK
RGB Variations
Color information
#C2698B (or 0xC2698B) is known color: Hopbush. HEX triplet: C2, 69 and 8B. RGB value is (194,105,139). Sum of RGB (Red+Green+Blue) = 194+105+139=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2698B is #3D9674. Grayscale: #878787. Windows color (decimal): -4036213 or 9136578. OLE color: 9136578.
HSL color Cylindrical-coordinate representation of color #C2698B: hue angle of 337.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2698B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 139 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.24 |
| HSL | 337.08º | 0.42% | 0.59% | - |
| HSV(B) | 337.08º | 0.46% | 0.76% | - |
| XYZ | 31.96 | 23.44 | 27.27 | - |
| YUV | 135.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 139 | 0 | 0.46 | 0.28 | 0.24 | 337.08 | 0.42 | 0.59 |
| Hex | C2 | 69 | 8B | 0 | 2E | 1C | 18 | 151 | 2A | 3B |
| Octal | 302 | 151 | 213 | 0 | 56 | 34 | 30 | 521 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10001011 | 0 | 101110 | 11100 | 11000 | 101010001 | 101010 | 111011 |
Color Harmonies of #C2698B
Complementary color
Monochromatic Colors of #C2698B
Black with #C2698B
Text Example
Text Example
White with #C2698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2698B; }
p { color: rgb(194,105,139); }
H1.HeaderClassName
{
color: #C2698B;
}
.AnyTagClassName
{
color: #C2698B;
}
</style>
background-color css
<style>
a { background-color: #C2698B; }
a { background-color: rgb(194,105,139); }
div.DivClassName
{
background-color: #C2698B;
}
.BgClassName
{
background-color: #C2698B;
}
</style>
border-color css
<style>
span { border-color: #C2698B; }
span { border-color: rgb(194,105,139); }
td.TdClassName
{
border-color: #C2698B;
}
.TagClassName
{
border-color: #C2698B;
}
</style>