Shades of Hopbush #C97295
Tints of Hopbush #C97295
RGB
CMYK
RGB Variations
Color information
#C97295 (or 0xC97295) is known color: Hopbush. HEX triplet: C9, 72 and 95. RGB value is (201,114,149). Sum of RGB (Red+Green+Blue) = 201+114+149=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C97295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97295 is #368D6A. Grayscale: #8F8F8F. Windows color (decimal): -3575147 or 9794249. OLE color: 9794249.
HSL color Cylindrical-coordinate representation of color #C97295: hue angle of 335.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97295 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 149 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.21 |
| HSL | 335.86º | 0.45% | 0.62% | - |
| HSV(B) | 335.86º | 0.43% | 0.79% | - |
| XYZ | 35.53 | 26.62 | 31.7 | - |
| YUV | 144 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 149 | 0 | 0.43 | 0.26 | 0.21 | 335.86 | 0.45 | 0.62 |
| Hex | C9 | 72 | 95 | 0 | 2B | 1A | 15 | 150 | 2D | 3E |
| Octal | 311 | 162 | 225 | 0 | 53 | 32 | 25 | 520 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10010101 | 0 | 101011 | 11010 | 10101 | 101010000 | 101101 | 111110 |
Color Harmonies of #C97295
Complementary color
Monochromatic Colors of #C97295
Black with #C97295
Text Example
Text Example
White with #C97295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97295; }
p { color: rgb(201,114,149); }
H1.HeaderClassName
{
color: #C97295;
}
.AnyTagClassName
{
color: #C97295;
}
</style>
background-color css
<style>
a { background-color: #C97295; }
a { background-color: rgb(201,114,149); }
div.DivClassName
{
background-color: #C97295;
}
.BgClassName
{
background-color: #C97295;
}
</style>
border-color css
<style>
span { border-color: #C97295; }
span { border-color: rgb(201,114,149); }
td.TdClassName
{
border-color: #C97295;
}
.TagClassName
{
border-color: #C97295;
}
</style>