Shades of Hopbush #C97593
Tints of Hopbush #C97593
RGB
CMYK
RGB Variations
Color information
#C97593 (or 0xC97593) is known color: Hopbush. HEX triplet: C9, 75 and 93. RGB value is (201,117,147). Sum of RGB (Red+Green+Blue) = 201+117+147=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97593 is #368A6C. Grayscale: #919191. Windows color (decimal): -3574381 or 9663945. OLE color: 9663945.
HSL color Cylindrical-coordinate representation of color #C97593: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97593 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 147 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.21 |
| HSL | 338.57º | 0.44% | 0.62% | - |
| HSV(B) | 338.57º | 0.42% | 0.79% | - |
| XYZ | 35.72 | 27.25 | 30.98 | - |
| YUV | 145.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 147 | 0 | 0.42 | 0.27 | 0.21 | 338.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | 93 | 0 | 2A | 1B | 15 | 153 | 2C | 3E |
| Octal | 311 | 165 | 223 | 0 | 52 | 33 | 25 | 523 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10010011 | 0 | 101010 | 11011 | 10101 | 101010011 | 101100 | 111110 |
Color Harmonies of #C97593
Complementary color
Monochromatic Colors of #C97593
Black with #C97593
Text Example
Text Example
White with #C97593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97593; }
p { color: rgb(201,117,147); }
H1.HeaderClassName
{
color: #C97593;
}
.AnyTagClassName
{
color: #C97593;
}
</style>
background-color css
<style>
a { background-color: #C97593; }
a { background-color: rgb(201,117,147); }
div.DivClassName
{
background-color: #C97593;
}
.BgClassName
{
background-color: #C97593;
}
</style>
border-color css
<style>
span { border-color: #C97593; }
span { border-color: rgb(201,117,147); }
td.TdClassName
{
border-color: #C97593;
}
.TagClassName
{
border-color: #C97593;
}
</style>