Shades of Hopbush #C9658A
Tints of Hopbush #C9658A
RGB
CMYK
RGB Variations
Color information
#C9658A (or 0xC9658A) is known color: Hopbush. HEX triplet: C9, 65 and 8A. RGB value is (201,101,138). Sum of RGB (Red+Green+Blue) = 201+101+138=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9658A is #369A75. Grayscale: #878787. Windows color (decimal): -3578486 or 9070025. OLE color: 9070025.
HSL color Cylindrical-coordinate representation of color #C9658A: hue angle of 337.8º 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 #C9658A is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 138 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.21 |
| HSL | 337.8º | 0.48% | 0.59% | - |
| HSV(B) | 337.8º | 0.5% | 0.79% | - |
| XYZ | 33.33 | 23.56 | 26.84 | - |
| YUV | 135.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 138 | 0 | 0.50 | 0.31 | 0.21 | 337.8 | 0.48 | 0.59 |
| Hex | C9 | 65 | 8A | 0 | 32 | 1F | 15 | 152 | 30 | 3B |
| Octal | 311 | 145 | 212 | 0 | 62 | 37 | 25 | 522 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10001010 | 0 | 110010 | 11111 | 10101 | 101010010 | 110000 | 111011 |
Color Harmonies of #C9658A
Complementary color
Monochromatic Colors of #C9658A
Black with #C9658A
Text Example
Text Example
White with #C9658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9658A; }
p { color: rgb(201,101,138); }
H1.HeaderClassName
{
color: #C9658A;
}
.AnyTagClassName
{
color: #C9658A;
}
</style>
background-color css
<style>
a { background-color: #C9658A; }
a { background-color: rgb(201,101,138); }
div.DivClassName
{
background-color: #C9658A;
}
.BgClassName
{
background-color: #C9658A;
}
</style>
border-color css
<style>
span { border-color: #C9658A; }
span { border-color: rgb(201,101,138); }
td.TdClassName
{
border-color: #C9658A;
}
.TagClassName
{
border-color: #C9658A;
}
</style>