Shades of Hopbush #C67CA0
Tints of Hopbush #C67CA0
RGB
CMYK
RGB Variations
Color information
#C67CA0 (or 0xC67CA0) is known color: Hopbush. HEX triplet: C6, 7C and A0. RGB value is (198,124,160). Sum of RGB (Red+Green+Blue) = 198+124+160=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CA0 is #39835F. Grayscale: #969696. Windows color (decimal): -3769184 or 10517702. OLE color: 10517702.
HSL color Cylindrical-coordinate representation of color #C67CA0: hue angle of 330.81º 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 #C67CA0 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 160 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.22 |
| HSL | 330.81º | 0.39% | 0.63% | - |
| HSV(B) | 330.81º | 0.37% | 0.78% | - |
| XYZ | 36.84 | 28.96 | 36.91 | - |
| YUV | 150.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 160 | 0 | 0.37 | 0.19 | 0.22 | 330.81 | 0.39 | 0.63 |
| Hex | C6 | 7C | A0 | 0 | 25 | 13 | 16 | 14B | 27 | 3F |
| Octal | 306 | 174 | 240 | 0 | 45 | 23 | 26 | 513 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10100000 | 0 | 100101 | 10011 | 10110 | 101001011 | 100111 | 111111 |
Color Harmonies of #C67CA0
Complementary color
Monochromatic Colors of #C67CA0
Black with #C67CA0
Text Example
Text Example
White with #C67CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CA0; }
p { color: rgb(198,124,160); }
H1.HeaderClassName
{
color: #C67CA0;
}
.AnyTagClassName
{
color: #C67CA0;
}
</style>
background-color css
<style>
a { background-color: #C67CA0; }
a { background-color: rgb(198,124,160); }
div.DivClassName
{
background-color: #C67CA0;
}
.BgClassName
{
background-color: #C67CA0;
}
</style>
border-color css
<style>
span { border-color: #C67CA0; }
span { border-color: rgb(198,124,160); }
td.TdClassName
{
border-color: #C67CA0;
}
.TagClassName
{
border-color: #C67CA0;
}
</style>