Shades of Hopbush #C96CA5
Tints of Hopbush #C96CA5
RGB
CMYK
RGB Variations
Color information
#C96CA5 (or 0xC96CA5) is known color: Hopbush. HEX triplet: C9, 6C and A5. RGB value is (201,108,165). Sum of RGB (Red+Green+Blue) = 201+108+165=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CA5 is #36935A. Grayscale: #8E8E8E. Windows color (decimal): -3576667 or 10841289. OLE color: 10841289.
HSL color Cylindrical-coordinate representation of color #C96CA5: hue angle of 323.23º 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 #C96CA5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 165 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.21 |
| HSL | 323.23º | 0.46% | 0.61% | - |
| HSV(B) | 323.23º | 0.46% | 0.79% | - |
| XYZ | 36.24 | 25.86 | 38.68 | - |
| YUV | 142.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 165 | 0 | 0.46 | 0.18 | 0.21 | 323.23 | 0.46 | 0.61 |
| Hex | C9 | 6C | A5 | 0 | 2E | 12 | 15 | 143 | 2E | 3D |
| Octal | 311 | 154 | 245 | 0 | 56 | 22 | 25 | 503 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10100101 | 0 | 101110 | 10010 | 10101 | 101000011 | 101110 | 111101 |
Color Harmonies of #C96CA5
Complementary color
Monochromatic Colors of #C96CA5
Black with #C96CA5
Text Example
Text Example
White with #C96CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CA5; }
p { color: rgb(201,108,165); }
H1.HeaderClassName
{
color: #C96CA5;
}
.AnyTagClassName
{
color: #C96CA5;
}
</style>
background-color css
<style>
a { background-color: #C96CA5; }
a { background-color: rgb(201,108,165); }
div.DivClassName
{
background-color: #C96CA5;
}
.BgClassName
{
background-color: #C96CA5;
}
</style>
border-color css
<style>
span { border-color: #C96CA5; }
span { border-color: rgb(201,108,165); }
td.TdClassName
{
border-color: #C96CA5;
}
.TagClassName
{
border-color: #C96CA5;
}
</style>