Shades of Hopbush #C279A1
Tints of Hopbush #C279A1
RGB
CMYK
RGB Variations
Color information
#C279A1 (or 0xC279A1) is known color: Hopbush. HEX triplet: C2, 79 and A1. RGB value is (194,121,161). Sum of RGB (Red+Green+Blue) = 194+121+161=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C279A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279A1 is #3D865E. Grayscale: #939393. Windows color (decimal): -4032095 or 10582466. OLE color: 10582466.
HSL color Cylindrical-coordinate representation of color #C279A1: hue angle of 327.12º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279A1 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 161 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.24 |
| HSL | 327.12º | 0.37% | 0.62% | - |
| HSV(B) | 327.12º | 0.38% | 0.76% | - |
| XYZ | 35.52 | 27.72 | 37.2 | - |
| YUV | 147.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 161 | 0 | 0.38 | 0.17 | 0.24 | 327.12 | 0.37 | 0.62 |
| Hex | C2 | 79 | A1 | 0 | 26 | 11 | 18 | 147 | 25 | 3E |
| Octal | 302 | 171 | 241 | 0 | 46 | 21 | 30 | 507 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10100001 | 0 | 100110 | 10001 | 11000 | 101000111 | 100101 | 111110 |
Color Harmonies of #C279A1
Complementary color
Monochromatic Colors of #C279A1
Black with #C279A1
Text Example
Text Example
White with #C279A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279A1; }
p { color: rgb(194,121,161); }
H1.HeaderClassName
{
color: #C279A1;
}
.AnyTagClassName
{
color: #C279A1;
}
</style>
background-color css
<style>
a { background-color: #C279A1; }
a { background-color: rgb(194,121,161); }
div.DivClassName
{
background-color: #C279A1;
}
.BgClassName
{
background-color: #C279A1;
}
</style>
border-color css
<style>
span { border-color: #C279A1; }
span { border-color: rgb(194,121,161); }
td.TdClassName
{
border-color: #C279A1;
}
.TagClassName
{
border-color: #C279A1;
}
</style>