Shades of Hopbush #C276A4
Tints of Hopbush #C276A4
RGB
CMYK
RGB Variations
Color information
#C276A4 (or 0xC276A4) is known color: Hopbush. HEX triplet: C2, 76 and A4. RGB value is (194,118,164). Sum of RGB (Red+Green+Blue) = 194+118+164=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C276A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276A4 is #3D895B. Grayscale: #919191. Windows color (decimal): -4032860 or 10778306. OLE color: 10778306.
HSL color Cylindrical-coordinate representation of color #C276A4: hue angle of 323.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276A4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 164 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.24 |
| HSL | 323.68º | 0.38% | 0.61% | - |
| HSV(B) | 323.68º | 0.39% | 0.76% | - |
| XYZ | 35.43 | 27.11 | 38.49 | - |
| YUV | 145.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 164 | 0 | 0.39 | 0.15 | 0.24 | 323.68 | 0.38 | 0.61 |
| Hex | C2 | 76 | A4 | 0 | 27 | F | 18 | 144 | 26 | 3D |
| Octal | 302 | 166 | 244 | 0 | 47 | 17 | 30 | 504 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10100100 | 0 | 100111 | 1111 | 11000 | 101000100 | 100110 | 111101 |
Color Harmonies of #C276A4
Complementary color
Monochromatic Colors of #C276A4
Black with #C276A4
Text Example
Text Example
White with #C276A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276A4; }
p { color: rgb(194,118,164); }
H1.HeaderClassName
{
color: #C276A4;
}
.AnyTagClassName
{
color: #C276A4;
}
</style>
background-color css
<style>
a { background-color: #C276A4; }
a { background-color: rgb(194,118,164); }
div.DivClassName
{
background-color: #C276A4;
}
.BgClassName
{
background-color: #C276A4;
}
</style>
border-color css
<style>
span { border-color: #C276A4; }
span { border-color: rgb(194,118,164); }
td.TdClassName
{
border-color: #C276A4;
}
.TagClassName
{
border-color: #C276A4;
}
</style>