Shades of Hopbush #C36BAB
Tints of Hopbush #C36BAB
RGB
CMYK
RGB Variations
Color information
#C36BAB (or 0xC36BAB) is known color: Hopbush. HEX triplet: C3, 6B and AB. RGB value is (195,107,171). Sum of RGB (Red+Green+Blue) = 195+107+171=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BAB is #3C9454. Grayscale: #8C8C8C. Windows color (decimal): -3970133 or 11234243. OLE color: 11234243.
HSL color Cylindrical-coordinate representation of color #C36BAB: hue angle of 316.36º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36BAB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 171 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.24 |
| HSL | 316.36º | 0.42% | 0.59% | - |
| HSV(B) | 316.36º | 0.45% | 0.76% | - |
| XYZ | 35.11 | 25.06 | 41.51 | - |
| YUV | 140.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 171 | 0 | 0.45 | 0.12 | 0.24 | 316.36 | 0.42 | 0.59 |
| Hex | C3 | 6B | AB | 0 | 2D | C | 18 | 13C | 2A | 3B |
| Octal | 303 | 153 | 253 | 0 | 55 | 14 | 30 | 474 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10101011 | 0 | 101101 | 1100 | 11000 | 100111100 | 101010 | 111011 |
Color Harmonies of #C36BAB
Complementary color
Monochromatic Colors of #C36BAB
Black with #C36BAB
Text Example
Text Example
White with #C36BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BAB; }
p { color: rgb(195,107,171); }
H1.HeaderClassName
{
color: #C36BAB;
}
.AnyTagClassName
{
color: #C36BAB;
}
</style>
background-color css
<style>
a { background-color: #C36BAB; }
a { background-color: rgb(195,107,171); }
div.DivClassName
{
background-color: #C36BAB;
}
.BgClassName
{
background-color: #C36BAB;
}
</style>
border-color css
<style>
span { border-color: #C36BAB; }
span { border-color: rgb(195,107,171); }
td.TdClassName
{
border-color: #C36BAB;
}
.TagClassName
{
border-color: #C36BAB;
}
</style>