Shades of Hopbush #C96293
Tints of Hopbush #C96293
RGB
CMYK
RGB Variations
Color information
#C96293 (or 0xC96293) is known color: Hopbush. HEX triplet: C9, 62 and 93. RGB value is (201,98,147). Sum of RGB (Red+Green+Blue) = 201+98+147=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C96293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96293 is #369D6C. Grayscale: #868686. Windows color (decimal): -3579245 or 9659081. OLE color: 9659081.
HSL color Cylindrical-coordinate representation of color #C96293: hue angle of 331.46º 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 #C96293 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 147 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.21 |
| HSL | 331.46º | 0.49% | 0.59% | - |
| HSV(B) | 331.46º | 0.51% | 0.79% | - |
| XYZ | 33.72 | 23.26 | 30.32 | - |
| YUV | 134.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 147 | 0 | 0.51 | 0.27 | 0.21 | 331.46 | 0.49 | 0.59 |
| Hex | C9 | 62 | 93 | 0 | 33 | 1B | 15 | 14B | 31 | 3B |
| Octal | 311 | 142 | 223 | 0 | 63 | 33 | 25 | 513 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10010011 | 0 | 110011 | 11011 | 10101 | 101001011 | 110001 | 111011 |
Color Harmonies of #C96293
Complementary color
Monochromatic Colors of #C96293
Black with #C96293
Text Example
Text Example
White with #C96293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96293; }
p { color: rgb(201,98,147); }
H1.HeaderClassName
{
color: #C96293;
}
.AnyTagClassName
{
color: #C96293;
}
</style>
background-color css
<style>
a { background-color: #C96293; }
a { background-color: rgb(201,98,147); }
div.DivClassName
{
background-color: #C96293;
}
.BgClassName
{
background-color: #C96293;
}
</style>
border-color css
<style>
span { border-color: #C96293; }
span { border-color: rgb(201,98,147); }
td.TdClassName
{
border-color: #C96293;
}
.TagClassName
{
border-color: #C96293;
}
</style>