Shades of Hopbush #C67CA5
Tints of Hopbush #C67CA5
RGB
CMYK
RGB Variations
Color information
#C67CA5 (or 0xC67CA5) is known color: Hopbush. HEX triplet: C6, 7C and A5. RGB value is (198,124,165). Sum of RGB (Red+Green+Blue) = 198+124+165=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CA5 is #39835A. Grayscale: #969696. Windows color (decimal): -3769179 or 10845382. OLE color: 10845382.
HSL color Cylindrical-coordinate representation of color #C67CA5: hue angle of 326.76º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67CA5 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 165 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.22 |
| HSL | 326.76º | 0.39% | 0.63% | - |
| HSV(B) | 326.76º | 0.37% | 0.78% | - |
| XYZ | 37.29 | 29.14 | 39.26 | - |
| YUV | 150.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 165 | 0 | 0.37 | 0.17 | 0.22 | 326.76 | 0.39 | 0.63 |
| Hex | C6 | 7C | A5 | 0 | 25 | 11 | 16 | 147 | 27 | 3F |
| Octal | 306 | 174 | 245 | 0 | 45 | 21 | 26 | 507 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10100101 | 0 | 100101 | 10001 | 10110 | 101000111 | 100111 | 111111 |
Color Harmonies of #C67CA5
Complementary color
Monochromatic Colors of #C67CA5
Black with #C67CA5
Text Example
Text Example
White with #C67CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CA5; }
p { color: rgb(198,124,165); }
H1.HeaderClassName
{
color: #C67CA5;
}
.AnyTagClassName
{
color: #C67CA5;
}
</style>
background-color css
<style>
a { background-color: #C67CA5; }
a { background-color: rgb(198,124,165); }
div.DivClassName
{
background-color: #C67CA5;
}
.BgClassName
{
background-color: #C67CA5;
}
</style>
border-color css
<style>
span { border-color: #C67CA5; }
span { border-color: rgb(198,124,165); }
td.TdClassName
{
border-color: #C67CA5;
}
.TagClassName
{
border-color: #C67CA5;
}
</style>