Shades of Hopbush #C96795
Tints of Hopbush #C96795
RGB
CMYK
RGB Variations
Color information
#C96795 (or 0xC96795) is known color: Hopbush. HEX triplet: C9, 67 and 95. RGB value is (201,103,149). Sum of RGB (Red+Green+Blue) = 201+103+149=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C96795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96795 is #36986A. Grayscale: #898989. Windows color (decimal): -3577963 or 9791433. OLE color: 9791433.
HSL color Cylindrical-coordinate representation of color #C96795: hue angle of 331.84º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96795 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 149 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.21 |
| HSL | 331.84º | 0.48% | 0.6% | - |
| HSV(B) | 331.84º | 0.49% | 0.79% | - |
| XYZ | 34.36 | 24.29 | 31.31 | - |
| YUV | 137.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 149 | 0 | 0.49 | 0.26 | 0.21 | 331.84 | 0.48 | 0.6 |
| Hex | C9 | 67 | 95 | 0 | 31 | 1A | 15 | 14C | 30 | 3C |
| Octal | 311 | 147 | 225 | 0 | 61 | 32 | 25 | 514 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10010101 | 0 | 110001 | 11010 | 10101 | 101001100 | 110000 | 111100 |
Color Harmonies of #C96795
Complementary color
Monochromatic Colors of #C96795
Black with #C96795
Text Example
Text Example
White with #C96795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96795; }
p { color: rgb(201,103,149); }
H1.HeaderClassName
{
color: #C96795;
}
.AnyTagClassName
{
color: #C96795;
}
</style>
background-color css
<style>
a { background-color: #C96795; }
a { background-color: rgb(201,103,149); }
div.DivClassName
{
background-color: #C96795;
}
.BgClassName
{
background-color: #C96795;
}
</style>
border-color css
<style>
span { border-color: #C96795; }
span { border-color: rgb(201,103,149); }
td.TdClassName
{
border-color: #C96795;
}
.TagClassName
{
border-color: #C96795;
}
</style>