Shades of Hopbush #C76285
Tints of Hopbush #C76285
RGB
CMYK
RGB Variations
Color information
#C76285 (or 0xC76285) is known color: Hopbush. HEX triplet: C7, 62 and 85. RGB value is (199,98,133). Sum of RGB (Red+Green+Blue) = 199+98+133=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76285 is #389D7A. Grayscale: #848484. Windows color (decimal): -3710331 or 8741575. OLE color: 8741575.
HSL color Cylindrical-coordinate representation of color #C76285: hue angle of 339.21º 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 #C76285 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 133 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.22 |
| HSL | 339.21º | 0.47% | 0.58% | - |
| HSV(B) | 339.21º | 0.51% | 0.78% | - |
| XYZ | 32.15 | 22.57 | 24.85 | - |
| YUV | 132.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 133 | 0 | 0.51 | 0.33 | 0.22 | 339.21 | 0.47 | 0.58 |
| Hex | C7 | 62 | 85 | 0 | 33 | 21 | 16 | 153 | 2F | 3A |
| Octal | 307 | 142 | 205 | 0 | 63 | 41 | 26 | 523 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10000101 | 0 | 110011 | 100001 | 10110 | 101010011 | 101111 | 111010 |
Color Harmonies of #C76285
Complementary color
Monochromatic Colors of #C76285
Black with #C76285
Text Example
Text Example
White with #C76285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76285; }
p { color: rgb(199,98,133); }
H1.HeaderClassName
{
color: #C76285;
}
.AnyTagClassName
{
color: #C76285;
}
</style>
background-color css
<style>
a { background-color: #C76285; }
a { background-color: rgb(199,98,133); }
div.DivClassName
{
background-color: #C76285;
}
.BgClassName
{
background-color: #C76285;
}
</style>
border-color css
<style>
span { border-color: #C76285; }
span { border-color: rgb(199,98,133); }
td.TdClassName
{
border-color: #C76285;
}
.TagClassName
{
border-color: #C76285;
}
</style>