Shades of Hopbush #C67492
Tints of Hopbush #C67492
RGB
CMYK
RGB Variations
Color information
#C67492 (or 0xC67492) is known color: Hopbush. HEX triplet: C6, 74 and 92. RGB value is (198,116,146). Sum of RGB (Red+Green+Blue) = 198+116+146=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C67492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67492 is #398B6D. Grayscale: #8F8F8F. Windows color (decimal): -3771246 or 9598150. OLE color: 9598150.
HSL color Cylindrical-coordinate representation of color #C67492: hue angle of 338.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67492 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 146 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.22 |
| HSL | 338.05º | 0.42% | 0.62% | - |
| HSV(B) | 338.05º | 0.41% | 0.78% | - |
| XYZ | 34.72 | 26.57 | 30.49 | - |
| YUV | 143.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 146 | 0 | 0.41 | 0.26 | 0.22 | 338.05 | 0.42 | 0.62 |
| Hex | C6 | 74 | 92 | 0 | 29 | 1A | 16 | 152 | 2A | 3E |
| Octal | 306 | 164 | 222 | 0 | 51 | 32 | 26 | 522 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10010010 | 0 | 101001 | 11010 | 10110 | 101010010 | 101010 | 111110 |
Color Harmonies of #C67492
Complementary color
Monochromatic Colors of #C67492
Black with #C67492
Text Example
Text Example
White with #C67492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67492; }
p { color: rgb(198,116,146); }
H1.HeaderClassName
{
color: #C67492;
}
.AnyTagClassName
{
color: #C67492;
}
</style>
background-color css
<style>
a { background-color: #C67492; }
a { background-color: rgb(198,116,146); }
div.DivClassName
{
background-color: #C67492;
}
.BgClassName
{
background-color: #C67492;
}
</style>
border-color css
<style>
span { border-color: #C67492; }
span { border-color: rgb(198,116,146); }
td.TdClassName
{
border-color: #C67492;
}
.TagClassName
{
border-color: #C67492;
}
</style>