Shades of Hopbush #C9658B
Tints of Hopbush #C9658B
RGB
CMYK
RGB Variations
Color information
#C9658B (or 0xC9658B) is known color: Hopbush. HEX triplet: C9, 65 and 8B. RGB value is (201,101,139). Sum of RGB (Red+Green+Blue) = 201+101+139=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9658B is #369A74. Grayscale: #878787. Windows color (decimal): -3578485 or 9135561. OLE color: 9135561.
HSL color Cylindrical-coordinate representation of color #C9658B: hue angle of 337.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9658B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 139 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.21 |
| HSL | 337.2º | 0.48% | 0.59% | - |
| HSV(B) | 337.2º | 0.5% | 0.79% | - |
| XYZ | 33.4 | 23.59 | 27.22 | - |
| YUV | 135.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 139 | 0 | 0.50 | 0.31 | 0.21 | 337.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | 8B | 0 | 32 | 1F | 15 | 151 | 30 | 3B |
| Octal | 311 | 145 | 213 | 0 | 62 | 37 | 25 | 521 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10001011 | 0 | 110010 | 11111 | 10101 | 101010001 | 110000 | 111011 |
Color Harmonies of #C9658B
Complementary color
Monochromatic Colors of #C9658B
Black with #C9658B
Text Example
Text Example
White with #C9658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9658B; }
p { color: rgb(201,101,139); }
H1.HeaderClassName
{
color: #C9658B;
}
.AnyTagClassName
{
color: #C9658B;
}
</style>
background-color css
<style>
a { background-color: #C9658B; }
a { background-color: rgb(201,101,139); }
div.DivClassName
{
background-color: #C9658B;
}
.BgClassName
{
background-color: #C9658B;
}
</style>
border-color css
<style>
span { border-color: #C9658B; }
span { border-color: rgb(201,101,139); }
td.TdClassName
{
border-color: #C9658B;
}
.TagClassName
{
border-color: #C9658B;
}
</style>