Shades of Hopbush #C7638C
Tints of Hopbush #C7638C
RGB
CMYK
RGB Variations
Color information
#C7638C (or 0xC7638C) is known color: Hopbush. HEX triplet: C7, 63 and 8C. RGB value is (199,99,140). Sum of RGB (Red+Green+Blue) = 199+99+140=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7638C is #389C73. Grayscale: #858585. Windows color (decimal): -3710068 or 9200583. OLE color: 9200583.
HSL color Cylindrical-coordinate representation of color #C7638C: hue angle of 335.4º 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 #C7638C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 140 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.22 |
| HSL | 335.4º | 0.47% | 0.58% | - |
| HSV(B) | 335.4º | 0.5% | 0.78% | - |
| XYZ | 32.75 | 22.96 | 27.52 | - |
| YUV | 133.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 140 | 0 | 0.50 | 0.30 | 0.22 | 335.4 | 0.47 | 0.58 |
| Hex | C7 | 63 | 8C | 0 | 32 | 1E | 16 | 14F | 2F | 3A |
| Octal | 307 | 143 | 214 | 0 | 62 | 36 | 26 | 517 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10001100 | 0 | 110010 | 11110 | 10110 | 101001111 | 101111 | 111010 |
Color Harmonies of #C7638C
Complementary color
Monochromatic Colors of #C7638C
Black with #C7638C
Text Example
Text Example
White with #C7638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7638C; }
p { color: rgb(199,99,140); }
H1.HeaderClassName
{
color: #C7638C;
}
.AnyTagClassName
{
color: #C7638C;
}
</style>
background-color css
<style>
a { background-color: #C7638C; }
a { background-color: rgb(199,99,140); }
div.DivClassName
{
background-color: #C7638C;
}
.BgClassName
{
background-color: #C7638C;
}
</style>
border-color css
<style>
span { border-color: #C7638C; }
span { border-color: rgb(199,99,140); }
td.TdClassName
{
border-color: #C7638C;
}
.TagClassName
{
border-color: #C7638C;
}
</style>