Shades of Hopbush #C6638A
Tints of Hopbush #C6638A
RGB
CMYK
RGB Variations
Color information
#C6638A (or 0xC6638A) is known color: Hopbush. HEX triplet: C6, 63 and 8A. RGB value is (198,99,138). Sum of RGB (Red+Green+Blue) = 198+99+138=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6638A is #399C75. Grayscale: #848484. Windows color (decimal): -3775606 or 9069510. OLE color: 9069510.
HSL color Cylindrical-coordinate representation of color #C6638A: hue angle of 336.36º degrees, saturation: 0.46, 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 #C6638A is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 138 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.22 |
| HSL | 336.36º | 0.46% | 0.58% | - |
| HSV(B) | 336.36º | 0.5% | 0.78% | - |
| XYZ | 32.34 | 22.76 | 26.73 | - |
| YUV | 133.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 138 | 0 | 0.50 | 0.30 | 0.22 | 336.36 | 0.46 | 0.58 |
| Hex | C6 | 63 | 8A | 0 | 32 | 1E | 16 | 150 | 2E | 3A |
| Octal | 306 | 143 | 212 | 0 | 62 | 36 | 26 | 520 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10001010 | 0 | 110010 | 11110 | 10110 | 101010000 | 101110 | 111010 |
Color Harmonies of #C6638A
Complementary color
Monochromatic Colors of #C6638A
Black with #C6638A
Text Example
Text Example
White with #C6638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6638A; }
p { color: rgb(198,99,138); }
H1.HeaderClassName
{
color: #C6638A;
}
.AnyTagClassName
{
color: #C6638A;
}
</style>
background-color css
<style>
a { background-color: #C6638A; }
a { background-color: rgb(198,99,138); }
div.DivClassName
{
background-color: #C6638A;
}
.BgClassName
{
background-color: #C6638A;
}
</style>
border-color css
<style>
span { border-color: #C6638A; }
span { border-color: rgb(198,99,138); }
td.TdClassName
{
border-color: #C6638A;
}
.TagClassName
{
border-color: #C6638A;
}
</style>