Shades of Hopbush #C767AB
Tints of Hopbush #C767AB
RGB
CMYK
RGB Variations
Color information
#C767AB (or 0xC767AB) is known color: Hopbush. HEX triplet: C7, 67 and AB. RGB value is (199,103,171). Sum of RGB (Red+Green+Blue) = 199+103+171=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C767AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767AB is #389854. Grayscale: #8B8B8B. Windows color (decimal): -3709013 or 11233223. OLE color: 11233223.
HSL color Cylindrical-coordinate representation of color #C767AB: hue angle of 317.5º 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 #C767AB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 171 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.22 |
| HSL | 317.5º | 0.46% | 0.59% | - |
| HSV(B) | 317.5º | 0.48% | 0.78% | - |
| XYZ | 35.75 | 24.78 | 41.43 | - |
| YUV | 139.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 171 | 0 | 0.48 | 0.14 | 0.22 | 317.5 | 0.46 | 0.59 |
| Hex | C7 | 67 | AB | 0 | 30 | E | 16 | 13E | 2E | 3B |
| Octal | 307 | 147 | 253 | 0 | 60 | 16 | 26 | 476 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10101011 | 0 | 110000 | 1110 | 10110 | 100111110 | 101110 | 111011 |
Color Harmonies of #C767AB
Complementary color
Monochromatic Colors of #C767AB
Black with #C767AB
Text Example
Text Example
White with #C767AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767AB; }
p { color: rgb(199,103,171); }
H1.HeaderClassName
{
color: #C767AB;
}
.AnyTagClassName
{
color: #C767AB;
}
</style>
background-color css
<style>
a { background-color: #C767AB; }
a { background-color: rgb(199,103,171); }
div.DivClassName
{
background-color: #C767AB;
}
.BgClassName
{
background-color: #C767AB;
}
</style>
border-color css
<style>
span { border-color: #C767AB; }
span { border-color: rgb(199,103,171); }
td.TdClassName
{
border-color: #C767AB;
}
.TagClassName
{
border-color: #C767AB;
}
</style>