Shades of Hopbush #C67995
Tints of Hopbush #C67995
RGB
CMYK
RGB Variations
Color information
#C67995 (or 0xC67995) is known color: Hopbush. HEX triplet: C6, 79 and 95. RGB value is (198,121,149). Sum of RGB (Red+Green+Blue) = 198+121+149=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C67995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67995 is #39866A. Grayscale: #939393. Windows color (decimal): -3769963 or 9796038. OLE color: 9796038.
HSL color Cylindrical-coordinate representation of color #C67995: hue angle of 338.18º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67995 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 149 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.22 |
| HSL | 338.18º | 0.4% | 0.63% | - |
| HSV(B) | 338.18º | 0.39% | 0.78% | - |
| XYZ | 35.55 | 27.85 | 31.94 | - |
| YUV | 147.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 149 | 0 | 0.39 | 0.25 | 0.22 | 338.18 | 0.4 | 0.63 |
| Hex | C6 | 79 | 95 | 0 | 27 | 19 | 16 | 152 | 28 | 3F |
| Octal | 306 | 171 | 225 | 0 | 47 | 31 | 26 | 522 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10010101 | 0 | 100111 | 11001 | 10110 | 101010010 | 101000 | 111111 |
Color Harmonies of #C67995
Complementary color
Monochromatic Colors of #C67995
Black with #C67995
Text Example
Text Example
White with #C67995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67995; }
p { color: rgb(198,121,149); }
H1.HeaderClassName
{
color: #C67995;
}
.AnyTagClassName
{
color: #C67995;
}
</style>
background-color css
<style>
a { background-color: #C67995; }
a { background-color: rgb(198,121,149); }
div.DivClassName
{
background-color: #C67995;
}
.BgClassName
{
background-color: #C67995;
}
</style>
border-color css
<style>
span { border-color: #C67995; }
span { border-color: rgb(198,121,149); }
td.TdClassName
{
border-color: #C67995;
}
.TagClassName
{
border-color: #C67995;
}
</style>