Shades of Hopbush #C66383
Tints of Hopbush #C66383
RGB
CMYK
RGB Variations
Color information
#C66383 (or 0xC66383) is known color: Hopbush. HEX triplet: C6, 63 and 83. RGB value is (198,99,131). Sum of RGB (Red+Green+Blue) = 198+99+131=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C66383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66383 is #399C7C. Grayscale: #848484. Windows color (decimal): -3775613 or 8610758. OLE color: 8610758.
HSL color Cylindrical-coordinate representation of color #C66383: hue angle of 340.61º 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 #C66383 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 131 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.22 |
| HSL | 340.61º | 0.46% | 0.58% | - |
| HSV(B) | 340.61º | 0.5% | 0.78% | - |
| XYZ | 31.85 | 22.57 | 24.15 | - |
| YUV | 132.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 131 | 0 | 0.50 | 0.34 | 0.22 | 340.61 | 0.46 | 0.58 |
| Hex | C6 | 63 | 83 | 0 | 32 | 22 | 16 | 155 | 2E | 3A |
| Octal | 306 | 143 | 203 | 0 | 62 | 42 | 26 | 525 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10000011 | 0 | 110010 | 100010 | 10110 | 101010101 | 101110 | 111010 |
Color Harmonies of #C66383
Complementary color
Monochromatic Colors of #C66383
Black with #C66383
Text Example
Text Example
White with #C66383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66383; }
p { color: rgb(198,99,131); }
H1.HeaderClassName
{
color: #C66383;
}
.AnyTagClassName
{
color: #C66383;
}
</style>
background-color css
<style>
a { background-color: #C66383; }
a { background-color: rgb(198,99,131); }
div.DivClassName
{
background-color: #C66383;
}
.BgClassName
{
background-color: #C66383;
}
</style>
border-color css
<style>
span { border-color: #C66383; }
span { border-color: rgb(198,99,131); }
td.TdClassName
{
border-color: #C66383;
}
.TagClassName
{
border-color: #C66383;
}
</style>