Shades of Hopbush #C275A0
Tints of Hopbush #C275A0
RGB
CMYK
RGB Variations
Color information
#C275A0 (or 0xC275A0) is known color: Hopbush. HEX triplet: C2, 75 and A0. RGB value is (194,117,160). Sum of RGB (Red+Green+Blue) = 194+117+160=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C275A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275A0 is #3D8A5F. Grayscale: #909090. Windows color (decimal): -4033120 or 10515906. OLE color: 10515906.
HSL color Cylindrical-coordinate representation of color #C275A0: hue angle of 326.49º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275A0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 160 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.24 |
| HSL | 326.49º | 0.39% | 0.61% | - |
| HSV(B) | 326.49º | 0.4% | 0.76% | - |
| XYZ | 34.95 | 26.73 | 36.57 | - |
| YUV | 144.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 160 | 0 | 0.40 | 0.18 | 0.24 | 326.49 | 0.39 | 0.61 |
| Hex | C2 | 75 | A0 | 0 | 28 | 12 | 18 | 146 | 27 | 3D |
| Octal | 302 | 165 | 240 | 0 | 50 | 22 | 30 | 506 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10100000 | 0 | 101000 | 10010 | 11000 | 101000110 | 100111 | 111101 |
Color Harmonies of #C275A0
Complementary color
Monochromatic Colors of #C275A0
Black with #C275A0
Text Example
Text Example
White with #C275A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275A0; }
p { color: rgb(194,117,160); }
H1.HeaderClassName
{
color: #C275A0;
}
.AnyTagClassName
{
color: #C275A0;
}
</style>
background-color css
<style>
a { background-color: #C275A0; }
a { background-color: rgb(194,117,160); }
div.DivClassName
{
background-color: #C275A0;
}
.BgClassName
{
background-color: #C275A0;
}
</style>
border-color css
<style>
span { border-color: #C275A0; }
span { border-color: rgb(194,117,160); }
td.TdClassName
{
border-color: #C275A0;
}
.TagClassName
{
border-color: #C275A0;
}
</style>