Shades of Hopbush #C67C99
Tints of Hopbush #C67C99
RGB
CMYK
RGB Variations
Color information
#C67C99 (or 0xC67C99) is known color: Hopbush. HEX triplet: C6, 7C and 99. RGB value is (198,124,153). Sum of RGB (Red+Green+Blue) = 198+124+153=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C99 is #398366. Grayscale: #959595. Windows color (decimal): -3769191 or 10058950. OLE color: 10058950.
HSL color Cylindrical-coordinate representation of color #C67C99: hue angle of 336.49º 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 #C67C99 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 153 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.22 |
| HSL | 336.49º | 0.39% | 0.63% | - |
| HSV(B) | 336.49º | 0.37% | 0.78% | - |
| XYZ | 36.25 | 28.72 | 33.77 | - |
| YUV | 149.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 153 | 0 | 0.37 | 0.23 | 0.22 | 336.49 | 0.39 | 0.63 |
| Hex | C6 | 7C | 99 | 0 | 25 | 17 | 16 | 150 | 27 | 3F |
| Octal | 306 | 174 | 231 | 0 | 45 | 27 | 26 | 520 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10011001 | 0 | 100101 | 10111 | 10110 | 101010000 | 100111 | 111111 |
Color Harmonies of #C67C99
Complementary color
Monochromatic Colors of #C67C99
Black with #C67C99
Text Example
Text Example
White with #C67C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C99; }
p { color: rgb(198,124,153); }
H1.HeaderClassName
{
color: #C67C99;
}
.AnyTagClassName
{
color: #C67C99;
}
</style>
background-color css
<style>
a { background-color: #C67C99; }
a { background-color: rgb(198,124,153); }
div.DivClassName
{
background-color: #C67C99;
}
.BgClassName
{
background-color: #C67C99;
}
</style>
border-color css
<style>
span { border-color: #C67C99; }
span { border-color: rgb(198,124,153); }
td.TdClassName
{
border-color: #C67C99;
}
.TagClassName
{
border-color: #C67C99;
}
</style>