Shades of Hopbush #C36FAB
Tints of Hopbush #C36FAB
RGB
CMYK
RGB Variations
Color information
#C36FAB (or 0xC36FAB) is known color: Hopbush. HEX triplet: C3, 6F and AB. RGB value is (195,111,171). Sum of RGB (Red+Green+Blue) = 195+111+171=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36FAB is #3C9054. Grayscale: #8E8E8E. Windows color (decimal): -3969109 or 11235267. OLE color: 11235267.
HSL color Cylindrical-coordinate representation of color #C36FAB: hue angle of 317.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36FAB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 171 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.24 |
| HSL | 317.14º | 0.41% | 0.6% | - |
| HSV(B) | 317.14º | 0.43% | 0.76% | - |
| XYZ | 35.54 | 25.91 | 41.66 | - |
| YUV | 142.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 171 | 0 | 0.43 | 0.12 | 0.24 | 317.14 | 0.41 | 0.6 |
| Hex | C3 | 6F | AB | 0 | 2B | C | 18 | 13D | 29 | 3C |
| Octal | 303 | 157 | 253 | 0 | 53 | 14 | 30 | 475 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10101011 | 0 | 101011 | 1100 | 11000 | 100111101 | 101001 | 111100 |
Color Harmonies of #C36FAB
Complementary color
Monochromatic Colors of #C36FAB
Black with #C36FAB
Text Example
Text Example
White with #C36FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FAB; }
p { color: rgb(195,111,171); }
H1.HeaderClassName
{
color: #C36FAB;
}
.AnyTagClassName
{
color: #C36FAB;
}
</style>
background-color css
<style>
a { background-color: #C36FAB; }
a { background-color: rgb(195,111,171); }
div.DivClassName
{
background-color: #C36FAB;
}
.BgClassName
{
background-color: #C36FAB;
}
</style>
border-color css
<style>
span { border-color: #C36FAB; }
span { border-color: rgb(195,111,171); }
td.TdClassName
{
border-color: #C36FAB;
}
.TagClassName
{
border-color: #C36FAB;
}
</style>