Shades of Hopbush #C767A6
Tints of Hopbush #C767A6
RGB
CMYK
RGB Variations
Color information
#C767A6 (or 0xC767A6) is known color: Hopbush. HEX triplet: C7, 67 and A6. RGB value is (199,103,166). Sum of RGB (Red+Green+Blue) = 199+103+166=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C767A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767A6 is #389859. Grayscale: #8A8A8A. Windows color (decimal): -3709018 or 10905543. OLE color: 10905543.
HSL color Cylindrical-coordinate representation of color #C767A6: hue angle of 320.62º 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 #C767A6 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 166 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.22 |
| HSL | 320.63º | 0.46% | 0.59% | - |
| HSV(B) | 320.63º | 0.48% | 0.78% | - |
| XYZ | 35.29 | 24.6 | 38.96 | - |
| YUV | 138.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 166 | 0 | 0.48 | 0.17 | 0.22 | 320.63 | 0.46 | 0.59 |
| Hex | C7 | 67 | A6 | 0 | 30 | 11 | 16 | 141 | 2E | 3B |
| Octal | 307 | 147 | 246 | 0 | 60 | 21 | 26 | 501 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10100110 | 0 | 110000 | 10001 | 10110 | 101000001 | 101110 | 111011 |
Color Harmonies of #C767A6
Complementary color
Monochromatic Colors of #C767A6
Black with #C767A6
Text Example
Text Example
White with #C767A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767A6; }
p { color: rgb(199,103,166); }
H1.HeaderClassName
{
color: #C767A6;
}
.AnyTagClassName
{
color: #C767A6;
}
</style>
background-color css
<style>
a { background-color: #C767A6; }
a { background-color: rgb(199,103,166); }
div.DivClassName
{
background-color: #C767A6;
}
.BgClassName
{
background-color: #C767A6;
}
</style>
border-color css
<style>
span { border-color: #C767A6; }
span { border-color: rgb(199,103,166); }
td.TdClassName
{
border-color: #C767A6;
}
.TagClassName
{
border-color: #C767A6;
}
</style>