Shades of Hopbush #C67D9D
Tints of Hopbush #C67D9D
RGB
CMYK
RGB Variations
Color information
#C67D9D (or 0xC67D9D) is known color: Hopbush. HEX triplet: C6, 7D and 9D. RGB value is (198,125,157). Sum of RGB (Red+Green+Blue) = 198+125+157=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D9D is #398262. Grayscale: #969696. Windows color (decimal): -3768931 or 10321350. OLE color: 10321350.
HSL color Cylindrical-coordinate representation of color #C67D9D: hue angle of 333.7º 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 #C67D9D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 157 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.22 |
| HSL | 333.7º | 0.39% | 0.63% | - |
| HSV(B) | 333.7º | 0.37% | 0.78% | - |
| XYZ | 36.71 | 29.11 | 35.58 | - |
| YUV | 150.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 157 | 0 | 0.37 | 0.21 | 0.22 | 333.7 | 0.39 | 0.63 |
| Hex | C6 | 7D | 9D | 0 | 25 | 15 | 16 | 14E | 27 | 3F |
| Octal | 306 | 175 | 235 | 0 | 45 | 25 | 26 | 516 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10011101 | 0 | 100101 | 10101 | 10110 | 101001110 | 100111 | 111111 |
Color Harmonies of #C67D9D
Complementary color
Monochromatic Colors of #C67D9D
Black with #C67D9D
Text Example
Text Example
White with #C67D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D9D; }
p { color: rgb(198,125,157); }
H1.HeaderClassName
{
color: #C67D9D;
}
.AnyTagClassName
{
color: #C67D9D;
}
</style>
background-color css
<style>
a { background-color: #C67D9D; }
a { background-color: rgb(198,125,157); }
div.DivClassName
{
background-color: #C67D9D;
}
.BgClassName
{
background-color: #C67D9D;
}
</style>
border-color css
<style>
span { border-color: #C67D9D; }
span { border-color: rgb(198,125,157); }
td.TdClassName
{
border-color: #C67D9D;
}
.TagClassName
{
border-color: #C67D9D;
}
</style>