Shades of Hopbush #C96282
Tints of Hopbush #C96282
RGB
CMYK
RGB Variations
Color information
#C96282 (or 0xC96282) is known color: Hopbush. HEX triplet: C9, 62 and 82. RGB value is (201,98,130). Sum of RGB (Red+Green+Blue) = 201+98+130=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96282 is #369D7D. Grayscale: #848484. Windows color (decimal): -3579262 or 8544969. OLE color: 8544969.
HSL color Cylindrical-coordinate representation of color #C96282: hue angle of 341.36º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96282 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 130 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.21 |
| HSL | 341.36º | 0.49% | 0.59% | - |
| HSV(B) | 341.36º | 0.51% | 0.79% | - |
| XYZ | 32.48 | 22.76 | 23.8 | - |
| YUV | 132.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 130 | 0 | 0.51 | 0.35 | 0.21 | 341.36 | 0.49 | 0.59 |
| Hex | C9 | 62 | 82 | 0 | 33 | 23 | 15 | 155 | 31 | 3B |
| Octal | 311 | 142 | 202 | 0 | 63 | 43 | 25 | 525 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10000010 | 0 | 110011 | 100011 | 10101 | 101010101 | 110001 | 111011 |
Color Harmonies of #C96282
Complementary color
Monochromatic Colors of #C96282
Black with #C96282
Text Example
Text Example
White with #C96282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96282; }
p { color: rgb(201,98,130); }
H1.HeaderClassName
{
color: #C96282;
}
.AnyTagClassName
{
color: #C96282;
}
</style>
background-color css
<style>
a { background-color: #C96282; }
a { background-color: rgb(201,98,130); }
div.DivClassName
{
background-color: #C96282;
}
.BgClassName
{
background-color: #C96282;
}
</style>
border-color css
<style>
span { border-color: #C96282; }
span { border-color: rgb(201,98,130); }
td.TdClassName
{
border-color: #C96282;
}
.TagClassName
{
border-color: #C96282;
}
</style>