Shades of Hopbush #C67CA1
Tints of Hopbush #C67CA1
RGB
CMYK
RGB Variations
Color information
#C67CA1 (or 0xC67CA1) is known color: Hopbush. HEX triplet: C6, 7C and A1. RGB value is (198,124,161). Sum of RGB (Red+Green+Blue) = 198+124+161=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CA1 is #39835E. Grayscale: #969696. Windows color (decimal): -3769183 or 10583238. OLE color: 10583238.
HSL color Cylindrical-coordinate representation of color #C67CA1: hue angle of 330º 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 #C67CA1 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 161 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.22 |
| HSL | 330º | 0.39% | 0.63% | - |
| HSV(B) | 330º | 0.37% | 0.78% | - |
| XYZ | 36.93 | 28.99 | 37.37 | - |
| YUV | 150.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 161 | 0 | 0.37 | 0.19 | 0.22 | 330 | 0.39 | 0.63 |
| Hex | C6 | 7C | A1 | 0 | 25 | 13 | 16 | 14A | 27 | 3F |
| Octal | 306 | 174 | 241 | 0 | 45 | 23 | 26 | 512 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10100001 | 0 | 100101 | 10011 | 10110 | 101001010 | 100111 | 111111 |
Color Harmonies of #C67CA1
Complementary color
Monochromatic Colors of #C67CA1
Black with #C67CA1
Text Example
Text Example
White with #C67CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CA1; }
p { color: rgb(198,124,161); }
H1.HeaderClassName
{
color: #C67CA1;
}
.AnyTagClassName
{
color: #C67CA1;
}
</style>
background-color css
<style>
a { background-color: #C67CA1; }
a { background-color: rgb(198,124,161); }
div.DivClassName
{
background-color: #C67CA1;
}
.BgClassName
{
background-color: #C67CA1;
}
</style>
border-color css
<style>
span { border-color: #C67CA1; }
span { border-color: rgb(198,124,161); }
td.TdClassName
{
border-color: #C67CA1;
}
.TagClassName
{
border-color: #C67CA1;
}
</style>