Shades of Hopbush #C667A4
Tints of Hopbush #C667A4
RGB
CMYK
RGB Variations
Color information
#C667A4 (or 0xC667A4) is known color: Hopbush. HEX triplet: C6, 67 and A4. RGB value is (198,103,164). Sum of RGB (Red+Green+Blue) = 198+103+164=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C667A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C667A4 is #39985B. Grayscale: #8A8A8A. Windows color (decimal): -3774556 or 10774470. OLE color: 10774470.
HSL color Cylindrical-coordinate representation of color #C667A4: hue angle of 321.47º degrees, saturation: 0.45, 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 #C667A4 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 164 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.22 |
| HSL | 321.47º | 0.45% | 0.59% | - |
| HSV(B) | 321.47º | 0.48% | 0.78% | - |
| XYZ | 34.84 | 24.39 | 37.99 | - |
| YUV | 138.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 164 | 0 | 0.48 | 0.17 | 0.22 | 321.47 | 0.45 | 0.59 |
| Hex | C6 | 67 | A4 | 0 | 30 | 11 | 16 | 141 | 2D | 3B |
| Octal | 306 | 147 | 244 | 0 | 60 | 21 | 26 | 501 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10100100 | 0 | 110000 | 10001 | 10110 | 101000001 | 101101 | 111011 |
Color Harmonies of #C667A4
Complementary color
Monochromatic Colors of #C667A4
Black with #C667A4
Text Example
Text Example
White with #C667A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667A4; }
p { color: rgb(198,103,164); }
H1.HeaderClassName
{
color: #C667A4;
}
.AnyTagClassName
{
color: #C667A4;
}
</style>
background-color css
<style>
a { background-color: #C667A4; }
a { background-color: rgb(198,103,164); }
div.DivClassName
{
background-color: #C667A4;
}
.BgClassName
{
background-color: #C667A4;
}
</style>
border-color css
<style>
span { border-color: #C667A4; }
span { border-color: rgb(198,103,164); }
td.TdClassName
{
border-color: #C667A4;
}
.TagClassName
{
border-color: #C667A4;
}
</style>