Shades of Hopbush #C67898
Tints of Hopbush #C67898
RGB
CMYK
RGB Variations
Color information
#C67898 (or 0xC67898) is known color: Hopbush. HEX triplet: C6, 78 and 98. RGB value is (198,120,152). Sum of RGB (Red+Green+Blue) = 198+120+152=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C67898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67898 is #398767. Grayscale: #929292. Windows color (decimal): -3770216 or 9992390. OLE color: 9992390.
HSL color Cylindrical-coordinate representation of color #C67898: hue angle of 335.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67898 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 152 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.22 |
| HSL | 335.38º | 0.41% | 0.62% | - |
| HSV(B) | 335.38º | 0.39% | 0.78% | - |
| XYZ | 35.67 | 27.71 | 33.17 | - |
| YUV | 146.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 152 | 0 | 0.39 | 0.23 | 0.22 | 335.38 | 0.41 | 0.62 |
| Hex | C6 | 78 | 98 | 0 | 27 | 17 | 16 | 14F | 29 | 3E |
| Octal | 306 | 170 | 230 | 0 | 47 | 27 | 26 | 517 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10011000 | 0 | 100111 | 10111 | 10110 | 101001111 | 101001 | 111110 |
Color Harmonies of #C67898
Complementary color
Monochromatic Colors of #C67898
Black with #C67898
Text Example
Text Example
White with #C67898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67898; }
p { color: rgb(198,120,152); }
H1.HeaderClassName
{
color: #C67898;
}
.AnyTagClassName
{
color: #C67898;
}
</style>
background-color css
<style>
a { background-color: #C67898; }
a { background-color: rgb(198,120,152); }
div.DivClassName
{
background-color: #C67898;
}
.BgClassName
{
background-color: #C67898;
}
</style>
border-color css
<style>
span { border-color: #C67898; }
span { border-color: rgb(198,120,152); }
td.TdClassName
{
border-color: #C67898;
}
.TagClassName
{
border-color: #C67898;
}
</style>