Shades of Hopbush #C768A7
Tints of Hopbush #C768A7
RGB
CMYK
RGB Variations
Color information
#C768A7 (or 0xC768A7) is known color: Hopbush. HEX triplet: C7, 68 and A7. RGB value is (199,104,167). Sum of RGB (Red+Green+Blue) = 199+104+167=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C768A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C768A7 is #389758. Grayscale: #8B8B8B. Windows color (decimal): -3708761 or 10971335. OLE color: 10971335.
HSL color Cylindrical-coordinate representation of color #C768A7: hue angle of 320.21º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C768A7 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 167 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.22 |
| HSL | 320.21º | 0.46% | 0.59% | - |
| HSV(B) | 320.21º | 0.48% | 0.78% | - |
| XYZ | 35.48 | 24.83 | 39.48 | - |
| YUV | 139.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 167 | 0 | 0.48 | 0.16 | 0.22 | 320.21 | 0.46 | 0.59 |
| Hex | C7 | 68 | A7 | 0 | 30 | 10 | 16 | 140 | 2E | 3B |
| Octal | 307 | 150 | 247 | 0 | 60 | 20 | 26 | 500 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10100111 | 0 | 110000 | 10000 | 10110 | 101000000 | 101110 | 111011 |
Color Harmonies of #C768A7
Complementary color
Monochromatic Colors of #C768A7
Black with #C768A7
Text Example
Text Example
White with #C768A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768A7; }
p { color: rgb(199,104,167); }
H1.HeaderClassName
{
color: #C768A7;
}
.AnyTagClassName
{
color: #C768A7;
}
</style>
background-color css
<style>
a { background-color: #C768A7; }
a { background-color: rgb(199,104,167); }
div.DivClassName
{
background-color: #C768A7;
}
.BgClassName
{
background-color: #C768A7;
}
</style>
border-color css
<style>
span { border-color: #C768A7; }
span { border-color: rgb(199,104,167); }
td.TdClassName
{
border-color: #C768A7;
}
.TagClassName
{
border-color: #C768A7;
}
</style>