Shades of Hopbush #C767A8
Tints of Hopbush #C767A8
RGB
CMYK
RGB Variations
Color information
#C767A8 (or 0xC767A8) is known color: Hopbush. HEX triplet: C7, 67 and A8. RGB value is (199,103,168). Sum of RGB (Red+Green+Blue) = 199+103+168=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C767A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767A8 is #389857. Grayscale: #8A8A8A. Windows color (decimal): -3709016 or 11036615. OLE color: 11036615.
HSL color Cylindrical-coordinate representation of color #C767A8: hue angle of 319.38º 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 #C767A8 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 168 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.22 |
| HSL | 319.38º | 0.46% | 0.59% | - |
| HSV(B) | 319.38º | 0.48% | 0.78% | - |
| XYZ | 35.47 | 24.67 | 39.94 | - |
| YUV | 139.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 168 | 0 | 0.48 | 0.16 | 0.22 | 319.38 | 0.46 | 0.59 |
| Hex | C7 | 67 | A8 | 0 | 30 | 10 | 16 | 13F | 2E | 3B |
| Octal | 307 | 147 | 250 | 0 | 60 | 20 | 26 | 477 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10101000 | 0 | 110000 | 10000 | 10110 | 100111111 | 101110 | 111011 |
Color Harmonies of #C767A8
Complementary color
Monochromatic Colors of #C767A8
Black with #C767A8
Text Example
Text Example
White with #C767A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767A8; }
p { color: rgb(199,103,168); }
H1.HeaderClassName
{
color: #C767A8;
}
.AnyTagClassName
{
color: #C767A8;
}
</style>
background-color css
<style>
a { background-color: #C767A8; }
a { background-color: rgb(199,103,168); }
div.DivClassName
{
background-color: #C767A8;
}
.BgClassName
{
background-color: #C767A8;
}
</style>
border-color css
<style>
span { border-color: #C767A8; }
span { border-color: rgb(199,103,168); }
td.TdClassName
{
border-color: #C767A8;
}
.TagClassName
{
border-color: #C767A8;
}
</style>