Shades of Hopbush #C96C92
Tints of Hopbush #C96C92
RGB
CMYK
RGB Variations
Color information
#C96C92 (or 0xC96C92) is known color: Hopbush. HEX triplet: C9, 6C and 92. RGB value is (201,108,146). Sum of RGB (Red+Green+Blue) = 201+108+146=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C92 is #36936D. Grayscale: #8C8C8C. Windows color (decimal): -3576686 or 9596105. OLE color: 9596105.
HSL color Cylindrical-coordinate representation of color #C96C92: hue angle of 335.48º 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 #C96C92 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 146 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.21 |
| HSL | 335.48º | 0.46% | 0.61% | - |
| HSV(B) | 335.48º | 0.46% | 0.79% | - |
| XYZ | 34.64 | 25.22 | 30.24 | - |
| YUV | 140.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 146 | 0 | 0.46 | 0.27 | 0.21 | 335.48 | 0.46 | 0.61 |
| Hex | C9 | 6C | 92 | 0 | 2E | 1B | 15 | 14F | 2E | 3D |
| Octal | 311 | 154 | 222 | 0 | 56 | 33 | 25 | 517 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10010010 | 0 | 101110 | 11011 | 10101 | 101001111 | 101110 | 111101 |
Color Harmonies of #C96C92
Complementary color
Monochromatic Colors of #C96C92
Black with #C96C92
Text Example
Text Example
White with #C96C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C92; }
p { color: rgb(201,108,146); }
H1.HeaderClassName
{
color: #C96C92;
}
.AnyTagClassName
{
color: #C96C92;
}
</style>
background-color css
<style>
a { background-color: #C96C92; }
a { background-color: rgb(201,108,146); }
div.DivClassName
{
background-color: #C96C92;
}
.BgClassName
{
background-color: #C96C92;
}
</style>
border-color css
<style>
span { border-color: #C96C92; }
span { border-color: rgb(201,108,146); }
td.TdClassName
{
border-color: #C96C92;
}
.TagClassName
{
border-color: #C96C92;
}
</style>