Shades of Hopbush #C2668B
Tints of Hopbush #C2668B
RGB
CMYK
RGB Variations
Color information
#C2668B (or 0xC2668B) is known color: Hopbush. HEX triplet: C2, 66 and 8B. RGB value is (194,102,139). Sum of RGB (Red+Green+Blue) = 194+102+139=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2668B is #3D9974. Grayscale: #858585. Windows color (decimal): -4036981 or 9135810. OLE color: 9135810.
HSL color Cylindrical-coordinate representation of color #C2668B: hue angle of 335.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2668B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 139 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.24 |
| HSL | 335.87º | 0.43% | 0.58% | - |
| HSV(B) | 335.87º | 0.47% | 0.76% | - |
| XYZ | 31.66 | 22.84 | 27.17 | - |
| YUV | 133.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 139 | 0 | 0.47 | 0.28 | 0.24 | 335.87 | 0.43 | 0.58 |
| Hex | C2 | 66 | 8B | 0 | 2F | 1C | 18 | 150 | 2B | 3A |
| Octal | 302 | 146 | 213 | 0 | 57 | 34 | 30 | 520 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10001011 | 0 | 101111 | 11100 | 11000 | 101010000 | 101011 | 111010 |
Color Harmonies of #C2668B
Complementary color
Monochromatic Colors of #C2668B
Black with #C2668B
Text Example
Text Example
White with #C2668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2668B; }
p { color: rgb(194,102,139); }
H1.HeaderClassName
{
color: #C2668B;
}
.AnyTagClassName
{
color: #C2668B;
}
</style>
background-color css
<style>
a { background-color: #C2668B; }
a { background-color: rgb(194,102,139); }
div.DivClassName
{
background-color: #C2668B;
}
.BgClassName
{
background-color: #C2668B;
}
</style>
border-color css
<style>
span { border-color: #C2668B; }
span { border-color: rgb(194,102,139); }
td.TdClassName
{
border-color: #C2668B;
}
.TagClassName
{
border-color: #C2668B;
}
</style>