Shades of Hopbush #C7638B
Tints of Hopbush #C7638B
RGB
CMYK
RGB Variations
Color information
#C7638B (or 0xC7638B) is known color: Hopbush. HEX triplet: C7, 63 and 8B. RGB value is (199,99,139). Sum of RGB (Red+Green+Blue) = 199+99+139=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7638B is #389C74. Grayscale: #858585. Windows color (decimal): -3710069 or 9135047. OLE color: 9135047.
HSL color Cylindrical-coordinate representation of color #C7638B: hue angle of 336º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7638B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 139 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.22 |
| HSL | 336º | 0.47% | 0.58% | - |
| HSV(B) | 336º | 0.5% | 0.78% | - |
| XYZ | 32.68 | 22.93 | 27.13 | - |
| YUV | 133.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 139 | 0 | 0.50 | 0.30 | 0.22 | 336 | 0.47 | 0.58 |
| Hex | C7 | 63 | 8B | 0 | 32 | 1E | 16 | 150 | 2F | 3A |
| Octal | 307 | 143 | 213 | 0 | 62 | 36 | 26 | 520 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10001011 | 0 | 110010 | 11110 | 10110 | 101010000 | 101111 | 111010 |
Color Harmonies of #C7638B
Complementary color
Monochromatic Colors of #C7638B
Black with #C7638B
Text Example
Text Example
White with #C7638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7638B; }
p { color: rgb(199,99,139); }
H1.HeaderClassName
{
color: #C7638B;
}
.AnyTagClassName
{
color: #C7638B;
}
</style>
background-color css
<style>
a { background-color: #C7638B; }
a { background-color: rgb(199,99,139); }
div.DivClassName
{
background-color: #C7638B;
}
.BgClassName
{
background-color: #C7638B;
}
</style>
border-color css
<style>
span { border-color: #C7638B; }
span { border-color: rgb(199,99,139); }
td.TdClassName
{
border-color: #C7638B;
}
.TagClassName
{
border-color: #C7638B;
}
</style>