Shades of Hopbush #C36690
Tints of Hopbush #C36690
RGB
CMYK
RGB Variations
Color information
#C36690 (or 0xC36690) is known color: Hopbush. HEX triplet: C3, 66 and 90. RGB value is (195,102,144). Sum of RGB (Red+Green+Blue) = 195+102+144=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C36690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36690 is #3C996F. Grayscale: #868686. Windows color (decimal): -3971440 or 9463491. OLE color: 9463491.
HSL color Cylindrical-coordinate representation of color #C36690: hue angle of 332.9º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36690 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 144 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.24 |
| HSL | 332.9º | 0.44% | 0.58% | - |
| HSV(B) | 332.9º | 0.48% | 0.76% | - |
| XYZ | 32.29 | 23.12 | 29.15 | - |
| YUV | 134.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 144 | 0 | 0.48 | 0.26 | 0.24 | 332.9 | 0.44 | 0.58 |
| Hex | C3 | 66 | 90 | 0 | 30 | 1A | 18 | 14D | 2C | 3A |
| Octal | 303 | 146 | 220 | 0 | 60 | 32 | 30 | 515 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10010000 | 0 | 110000 | 11010 | 11000 | 101001101 | 101100 | 111010 |
Color Harmonies of #C36690
Complementary color
Monochromatic Colors of #C36690
Black with #C36690
Text Example
Text Example
White with #C36690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36690; }
p { color: rgb(195,102,144); }
H1.HeaderClassName
{
color: #C36690;
}
.AnyTagClassName
{
color: #C36690;
}
</style>
background-color css
<style>
a { background-color: #C36690; }
a { background-color: rgb(195,102,144); }
div.DivClassName
{
background-color: #C36690;
}
.BgClassName
{
background-color: #C36690;
}
</style>
border-color css
<style>
span { border-color: #C36690; }
span { border-color: rgb(195,102,144); }
td.TdClassName
{
border-color: #C36690;
}
.TagClassName
{
border-color: #C36690;
}
</style>