Shades of Hopbush #C96D99
Tints of Hopbush #C96D99
RGB
CMYK
RGB Variations
Color information
#C96D99 (or 0xC96D99) is known color: Hopbush. HEX triplet: C9, 6D and 99. RGB value is (201,109,153). Sum of RGB (Red+Green+Blue) = 201+109+153=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D99 is #369266. Grayscale: #8D8D8D. Windows color (decimal): -3576423 or 10055113. OLE color: 10055113.
HSL color Cylindrical-coordinate representation of color #C96D99: hue angle of 331.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D99 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 153 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.21 |
| HSL | 331.3º | 0.46% | 0.61% | - |
| HSV(B) | 331.3º | 0.46% | 0.79% | - |
| XYZ | 35.31 | 25.65 | 33.23 | - |
| YUV | 141.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 153 | 0 | 0.46 | 0.24 | 0.21 | 331.3 | 0.46 | 0.61 |
| Hex | C9 | 6D | 99 | 0 | 2E | 18 | 15 | 14B | 2E | 3D |
| Octal | 311 | 155 | 231 | 0 | 56 | 30 | 25 | 513 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10011001 | 0 | 101110 | 11000 | 10101 | 101001011 | 101110 | 111101 |
Color Harmonies of #C96D99
Complementary color
Monochromatic Colors of #C96D99
Black with #C96D99
Text Example
Text Example
White with #C96D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D99; }
p { color: rgb(201,109,153); }
H1.HeaderClassName
{
color: #C96D99;
}
.AnyTagClassName
{
color: #C96D99;
}
</style>
background-color css
<style>
a { background-color: #C96D99; }
a { background-color: rgb(201,109,153); }
div.DivClassName
{
background-color: #C96D99;
}
.BgClassName
{
background-color: #C96D99;
}
</style>
border-color css
<style>
span { border-color: #C96D99; }
span { border-color: rgb(201,109,153); }
td.TdClassName
{
border-color: #C96D99;
}
.TagClassName
{
border-color: #C96D99;
}
</style>