Shades of Hopbush #C96C9A
Tints of Hopbush #C96C9A
RGB
CMYK
RGB Variations
Color information
#C96C9A (or 0xC96C9A) is known color: Hopbush. HEX triplet: C9, 6C and 9A. RGB value is (201,108,154). Sum of RGB (Red+Green+Blue) = 201+108+154=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C9A is #369365. Grayscale: #8C8C8C. Windows color (decimal): -3576678 or 10120393. OLE color: 10120393.
HSL color Cylindrical-coordinate representation of color #C96C9A: hue angle of 330.32º 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 #C96C9A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 154 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.21 |
| HSL | 330.32º | 0.46% | 0.61% | - |
| HSV(B) | 330.32º | 0.46% | 0.79% | - |
| XYZ | 35.28 | 25.48 | 33.63 | - |
| YUV | 141.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 154 | 0 | 0.46 | 0.23 | 0.21 | 330.32 | 0.46 | 0.61 |
| Hex | C9 | 6C | 9A | 0 | 2E | 17 | 15 | 14A | 2E | 3D |
| Octal | 311 | 154 | 232 | 0 | 56 | 27 | 25 | 512 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10011010 | 0 | 101110 | 10111 | 10101 | 101001010 | 101110 | 111101 |
Color Harmonies of #C96C9A
Complementary color
Monochromatic Colors of #C96C9A
Black with #C96C9A
Text Example
Text Example
White with #C96C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C9A; }
p { color: rgb(201,108,154); }
H1.HeaderClassName
{
color: #C96C9A;
}
.AnyTagClassName
{
color: #C96C9A;
}
</style>
background-color css
<style>
a { background-color: #C96C9A; }
a { background-color: rgb(201,108,154); }
div.DivClassName
{
background-color: #C96C9A;
}
.BgClassName
{
background-color: #C96C9A;
}
</style>
border-color css
<style>
span { border-color: #C96C9A; }
span { border-color: rgb(201,108,154); }
td.TdClassName
{
border-color: #C96C9A;
}
.TagClassName
{
border-color: #C96C9A;
}
</style>