Shades of Hopbush #C9658C
Tints of Hopbush #C9658C
RGB
CMYK
RGB Variations
Color information
#C9658C (or 0xC9658C) is known color: Hopbush. HEX triplet: C9, 65 and 8C. RGB value is (201,101,140). Sum of RGB (Red+Green+Blue) = 201+101+140=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9658C is #369A73. Grayscale: #878787. Windows color (decimal): -3578484 or 9201097. OLE color: 9201097.
HSL color Cylindrical-coordinate representation of color #C9658C: hue angle of 336.6º 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 #C9658C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 140 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.21 |
| HSL | 336.6º | 0.48% | 0.59% | - |
| HSV(B) | 336.6º | 0.5% | 0.79% | - |
| XYZ | 33.47 | 23.62 | 27.61 | - |
| YUV | 135.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 140 | 0 | 0.50 | 0.30 | 0.21 | 336.6 | 0.48 | 0.59 |
| Hex | C9 | 65 | 8C | 0 | 32 | 1E | 15 | 151 | 30 | 3B |
| Octal | 311 | 145 | 214 | 0 | 62 | 36 | 25 | 521 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10001100 | 0 | 110010 | 11110 | 10101 | 101010001 | 110000 | 111011 |
Color Harmonies of #C9658C
Complementary color
Monochromatic Colors of #C9658C
Black with #C9658C
Text Example
Text Example
White with #C9658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9658C; }
p { color: rgb(201,101,140); }
H1.HeaderClassName
{
color: #C9658C;
}
.AnyTagClassName
{
color: #C9658C;
}
</style>
background-color css
<style>
a { background-color: #C9658C; }
a { background-color: rgb(201,101,140); }
div.DivClassName
{
background-color: #C9658C;
}
.BgClassName
{
background-color: #C9658C;
}
</style>
border-color css
<style>
span { border-color: #C9658C; }
span { border-color: rgb(201,101,140); }
td.TdClassName
{
border-color: #C9658C;
}
.TagClassName
{
border-color: #C9658C;
}
</style>