Shades of Hopbush #C66288
Tints of Hopbush #C66288
RGB
CMYK
RGB Variations
Color information
#C66288 (or 0xC66288) is known color: Hopbush. HEX triplet: C6, 62 and 88. RGB value is (198,98,136). Sum of RGB (Red+Green+Blue) = 198+98+136=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C66288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66288 is #399D77. Grayscale: #848484. Windows color (decimal): -3775864 or 8938182. OLE color: 8938182.
HSL color Cylindrical-coordinate representation of color #C66288: hue angle of 337.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66288 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 136 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.22 |
| HSL | 337.2º | 0.47% | 0.58% | - |
| HSV(B) | 337.2º | 0.51% | 0.78% | - |
| XYZ | 32.1 | 22.52 | 25.95 | - |
| YUV | 132.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 136 | 0 | 0.51 | 0.31 | 0.22 | 337.2 | 0.47 | 0.58 |
| Hex | C6 | 62 | 88 | 0 | 33 | 1F | 16 | 151 | 2F | 3A |
| Octal | 306 | 142 | 210 | 0 | 63 | 37 | 26 | 521 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10001000 | 0 | 110011 | 11111 | 10110 | 101010001 | 101111 | 111010 |
Color Harmonies of #C66288
Complementary color
Monochromatic Colors of #C66288
Black with #C66288
Text Example
Text Example
White with #C66288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66288; }
p { color: rgb(198,98,136); }
H1.HeaderClassName
{
color: #C66288;
}
.AnyTagClassName
{
color: #C66288;
}
</style>
background-color css
<style>
a { background-color: #C66288; }
a { background-color: rgb(198,98,136); }
div.DivClassName
{
background-color: #C66288;
}
.BgClassName
{
background-color: #C66288;
}
</style>
border-color css
<style>
span { border-color: #C66288; }
span { border-color: rgb(198,98,136); }
td.TdClassName
{
border-color: #C66288;
}
.TagClassName
{
border-color: #C66288;
}
</style>