Shades of Hopbush #C769A2
Tints of Hopbush #C769A2
RGB
CMYK
RGB Variations
Color information
#C769A2 (or 0xC769A2) is known color: Hopbush. HEX triplet: C7, 69 and A2. RGB value is (199,105,162). Sum of RGB (Red+Green+Blue) = 199+105+162=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C769A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769A2 is #38965D. Grayscale: #8B8B8B. Windows color (decimal): -3708510 or 10643911. OLE color: 10643911.
HSL color Cylindrical-coordinate representation of color #C769A2: hue angle of 323.62º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C769A2 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 162 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.22 |
| HSL | 323.62º | 0.46% | 0.6% | - |
| HSV(B) | 323.62º | 0.47% | 0.78% | - |
| XYZ | 35.13 | 24.85 | 37.13 | - |
| YUV | 139.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 162 | 0 | 0.47 | 0.19 | 0.22 | 323.62 | 0.46 | 0.6 |
| Hex | C7 | 69 | A2 | 0 | 2F | 13 | 16 | 144 | 2E | 3C |
| Octal | 307 | 151 | 242 | 0 | 57 | 23 | 26 | 504 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10100010 | 0 | 101111 | 10011 | 10110 | 101000100 | 101110 | 111100 |
Color Harmonies of #C769A2
Complementary color
Monochromatic Colors of #C769A2
Black with #C769A2
Text Example
Text Example
White with #C769A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769A2; }
p { color: rgb(199,105,162); }
H1.HeaderClassName
{
color: #C769A2;
}
.AnyTagClassName
{
color: #C769A2;
}
</style>
background-color css
<style>
a { background-color: #C769A2; }
a { background-color: rgb(199,105,162); }
div.DivClassName
{
background-color: #C769A2;
}
.BgClassName
{
background-color: #C769A2;
}
</style>
border-color css
<style>
span { border-color: #C769A2; }
span { border-color: rgb(199,105,162); }
td.TdClassName
{
border-color: #C769A2;
}
.TagClassName
{
border-color: #C769A2;
}
</style>