Shades of Hopbush #C767AA
Tints of Hopbush #C767AA
RGB
CMYK
RGB Variations
Color information
#C767AA (or 0xC767AA) is known color: Hopbush. HEX triplet: C7, 67 and AA. RGB value is (199,103,170). Sum of RGB (Red+Green+Blue) = 199+103+170=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C767AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767AA is #389855. Grayscale: #8B8B8B. Windows color (decimal): -3709014 or 11167687. OLE color: 11167687.
HSL color Cylindrical-coordinate representation of color #C767AA: hue angle of 318.12º 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 #C767AA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 170 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.13º | 0.46% | 0.59% | - |
| HSV(B) | 318.13º | 0.48% | 0.78% | - |
| XYZ | 35.66 | 24.74 | 40.93 | - |
| YUV | 139.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 170 | 0 | 0.48 | 0.15 | 0.22 | 318.13 | 0.46 | 0.59 |
| Hex | C7 | 67 | AA | 0 | 30 | F | 16 | 13E | 2E | 3B |
| Octal | 307 | 147 | 252 | 0 | 60 | 17 | 26 | 476 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10101010 | 0 | 110000 | 1111 | 10110 | 100111110 | 101110 | 111011 |
Color Harmonies of #C767AA
Complementary color
Monochromatic Colors of #C767AA
Black with #C767AA
Text Example
Text Example
White with #C767AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767AA; }
p { color: rgb(199,103,170); }
H1.HeaderClassName
{
color: #C767AA;
}
.AnyTagClassName
{
color: #C767AA;
}
</style>
background-color css
<style>
a { background-color: #C767AA; }
a { background-color: rgb(199,103,170); }
div.DivClassName
{
background-color: #C767AA;
}
.BgClassName
{
background-color: #C767AA;
}
</style>
border-color css
<style>
span { border-color: #C767AA; }
span { border-color: rgb(199,103,170); }
td.TdClassName
{
border-color: #C767AA;
}
.TagClassName
{
border-color: #C767AA;
}
</style>