Shades of Hopbush #C36486
Tints of Hopbush #C36486
RGB
CMYK
RGB Variations
Color information
#C36486 (or 0xC36486) is known color: Hopbush. HEX triplet: C3, 64 and 86. RGB value is (195,100,134). Sum of RGB (Red+Green+Blue) = 195+100+134=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36486 is #3C9B79. Grayscale: #848484. Windows color (decimal): -3971962 or 8807619. OLE color: 8807619.
HSL color Cylindrical-coordinate representation of color #C36486: hue angle of 338.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36486 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 134 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.24 |
| HSL | 338.53º | 0.44% | 0.58% | - |
| HSV(B) | 338.53º | 0.49% | 0.76% | - |
| XYZ | 31.37 | 22.44 | 25.23 | - |
| YUV | 132.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 134 | 0 | 0.49 | 0.31 | 0.24 | 338.53 | 0.44 | 0.58 |
| Hex | C3 | 64 | 86 | 0 | 31 | 1F | 18 | 153 | 2C | 3A |
| Octal | 303 | 144 | 206 | 0 | 61 | 37 | 30 | 523 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10000110 | 0 | 110001 | 11111 | 11000 | 101010011 | 101100 | 111010 |
Color Harmonies of #C36486
Complementary color
Monochromatic Colors of #C36486
Black with #C36486
Text Example
Text Example
White with #C36486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36486; }
p { color: rgb(195,100,134); }
H1.HeaderClassName
{
color: #C36486;
}
.AnyTagClassName
{
color: #C36486;
}
</style>
background-color css
<style>
a { background-color: #C36486; }
a { background-color: rgb(195,100,134); }
div.DivClassName
{
background-color: #C36486;
}
.BgClassName
{
background-color: #C36486;
}
</style>
border-color css
<style>
span { border-color: #C36486; }
span { border-color: rgb(195,100,134); }
td.TdClassName
{
border-color: #C36486;
}
.TagClassName
{
border-color: #C36486;
}
</style>