Shades of Hopbush #C769A7
Tints of Hopbush #C769A7
RGB
CMYK
RGB Variations
Color information
#C769A7 (or 0xC769A7) is known color: Hopbush. HEX triplet: C7, 69 and A7. RGB value is (199,105,167). Sum of RGB (Red+Green+Blue) = 199+105+167=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C769A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769A7 is #389658. Grayscale: #8C8C8C. Windows color (decimal): -3708505 or 10971591. OLE color: 10971591.
HSL color Cylindrical-coordinate representation of color #C769A7: hue angle of 320.43º 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 #C769A7 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 167 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.22 |
| HSL | 320.43º | 0.46% | 0.6% | - |
| HSV(B) | 320.43º | 0.47% | 0.78% | - |
| XYZ | 35.58 | 25.04 | 39.52 | - |
| YUV | 140.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 167 | 0 | 0.47 | 0.16 | 0.22 | 320.43 | 0.46 | 0.6 |
| Hex | C7 | 69 | A7 | 0 | 2F | 10 | 16 | 140 | 2E | 3C |
| Octal | 307 | 151 | 247 | 0 | 57 | 20 | 26 | 500 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10100111 | 0 | 101111 | 10000 | 10110 | 101000000 | 101110 | 111100 |
Color Harmonies of #C769A7
Complementary color
Monochromatic Colors of #C769A7
Black with #C769A7
Text Example
Text Example
White with #C769A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769A7; }
p { color: rgb(199,105,167); }
H1.HeaderClassName
{
color: #C769A7;
}
.AnyTagClassName
{
color: #C769A7;
}
</style>
background-color css
<style>
a { background-color: #C769A7; }
a { background-color: rgb(199,105,167); }
div.DivClassName
{
background-color: #C769A7;
}
.BgClassName
{
background-color: #C769A7;
}
</style>
border-color css
<style>
span { border-color: #C769A7; }
span { border-color: rgb(199,105,167); }
td.TdClassName
{
border-color: #C769A7;
}
.TagClassName
{
border-color: #C769A7;
}
</style>