Shades of Hopbush #C769A3
Tints of Hopbush #C769A3
RGB
CMYK
RGB Variations
Color information
#C769A3 (or 0xC769A3) is known color: Hopbush. HEX triplet: C7, 69 and A3. RGB value is (199,105,163). Sum of RGB (Red+Green+Blue) = 199+105+163=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C769A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769A3 is #38965C. Grayscale: #8B8B8B. Windows color (decimal): -3708509 or 10709447. OLE color: 10709447.
HSL color Cylindrical-coordinate representation of color #C769A3: hue angle of 322.98º 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 #C769A3 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 163 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.22 |
| HSL | 322.98º | 0.46% | 0.6% | - |
| HSV(B) | 322.98º | 0.47% | 0.78% | - |
| XYZ | 35.22 | 24.89 | 37.6 | - |
| YUV | 139.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 163 | 0 | 0.47 | 0.18 | 0.22 | 322.98 | 0.46 | 0.6 |
| Hex | C7 | 69 | A3 | 0 | 2F | 12 | 16 | 143 | 2E | 3C |
| Octal | 307 | 151 | 243 | 0 | 57 | 22 | 26 | 503 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10100011 | 0 | 101111 | 10010 | 10110 | 101000011 | 101110 | 111100 |
Color Harmonies of #C769A3
Complementary color
Monochromatic Colors of #C769A3
Black with #C769A3
Text Example
Text Example
White with #C769A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769A3; }
p { color: rgb(199,105,163); }
H1.HeaderClassName
{
color: #C769A3;
}
.AnyTagClassName
{
color: #C769A3;
}
</style>
background-color css
<style>
a { background-color: #C769A3; }
a { background-color: rgb(199,105,163); }
div.DivClassName
{
background-color: #C769A3;
}
.BgClassName
{
background-color: #C769A3;
}
</style>
border-color css
<style>
span { border-color: #C769A3; }
span { border-color: rgb(199,105,163); }
td.TdClassName
{
border-color: #C769A3;
}
.TagClassName
{
border-color: #C769A3;
}
</style>