Shades of Hopbush #C67EA4
Tints of Hopbush #C67EA4
RGB
CMYK
RGB Variations
Color information
#C67EA4 (or 0xC67EA4) is known color: Hopbush. HEX triplet: C6, 7E and A4. RGB value is (198,126,164). Sum of RGB (Red+Green+Blue) = 198+126+164=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67EA4 is #39815B. Grayscale: #979797. Windows color (decimal): -3768668 or 10780358. OLE color: 10780358.
HSL color Cylindrical-coordinate representation of color #C67EA4: hue angle of 328.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EA4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 164 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.22 |
| HSL | 328.33º | 0.39% | 0.64% | - |
| HSV(B) | 328.33º | 0.36% | 0.78% | - |
| XYZ | 37.45 | 29.61 | 38.86 | - |
| YUV | 151.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 164 | 0 | 0.36 | 0.17 | 0.22 | 328.33 | 0.39 | 0.64 |
| Hex | C6 | 7E | A4 | 0 | 24 | 11 | 16 | 148 | 27 | 40 |
| Octal | 306 | 176 | 244 | 0 | 44 | 21 | 26 | 510 | 47 | 100 |
| Binary | 11000110 | 1111110 | 10100100 | 0 | 100100 | 10001 | 10110 | 101001000 | 100111 | 1000000 |
Color Harmonies of #C67EA4
Complementary color
Monochromatic Colors of #C67EA4
Black with #C67EA4
Text Example
Text Example
White with #C67EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EA4; }
p { color: rgb(198,126,164); }
H1.HeaderClassName
{
color: #C67EA4;
}
.AnyTagClassName
{
color: #C67EA4;
}
</style>
background-color css
<style>
a { background-color: #C67EA4; }
a { background-color: rgb(198,126,164); }
div.DivClassName
{
background-color: #C67EA4;
}
.BgClassName
{
background-color: #C67EA4;
}
</style>
border-color css
<style>
span { border-color: #C67EA4; }
span { border-color: rgb(198,126,164); }
td.TdClassName
{
border-color: #C67EA4;
}
.TagClassName
{
border-color: #C67EA4;
}
</style>