Shades of Hopbush #C2669B
Tints of Hopbush #C2669B
RGB
CMYK
RGB Variations
Color information
#C2669B (or 0xC2669B) is known color: Hopbush. HEX triplet: C2, 66 and 9B. RGB value is (194,102,155). Sum of RGB (Red+Green+Blue) = 194+102+155=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2669B is #3D9964. Grayscale: #878787. Windows color (decimal): -4036965 or 10184386. OLE color: 10184386.
HSL color Cylindrical-coordinate representation of color #C2669B: hue angle of 325.43º 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 #C2669B is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 155 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.24 |
| HSL | 325.43º | 0.43% | 0.58% | - |
| HSV(B) | 325.43º | 0.47% | 0.76% | - |
| XYZ | 32.92 | 23.34 | 33.78 | - |
| YUV | 135.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 155 | 0 | 0.47 | 0.20 | 0.24 | 325.43 | 0.43 | 0.58 |
| Hex | C2 | 66 | 9B | 0 | 2F | 14 | 18 | 145 | 2B | 3A |
| Octal | 302 | 146 | 233 | 0 | 57 | 24 | 30 | 505 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10011011 | 0 | 101111 | 10100 | 11000 | 101000101 | 101011 | 111010 |
Color Harmonies of #C2669B
Complementary color
Monochromatic Colors of #C2669B
Black with #C2669B
Text Example
Text Example
White with #C2669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2669B; }
p { color: rgb(194,102,155); }
H1.HeaderClassName
{
color: #C2669B;
}
.AnyTagClassName
{
color: #C2669B;
}
</style>
background-color css
<style>
a { background-color: #C2669B; }
a { background-color: rgb(194,102,155); }
div.DivClassName
{
background-color: #C2669B;
}
.BgClassName
{
background-color: #C2669B;
}
</style>
border-color css
<style>
span { border-color: #C2669B; }
span { border-color: rgb(194,102,155); }
td.TdClassName
{
border-color: #C2669B;
}
.TagClassName
{
border-color: #C2669B;
}
</style>