Shades of Hopbush #C36996
Tints of Hopbush #C36996
RGB
CMYK
RGB Variations
Color information
#C36996 (or 0xC36996) is known color: Hopbush. HEX triplet: C3, 69 and 96. RGB value is (195,105,150). Sum of RGB (Red+Green+Blue) = 195+105+150=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C36996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36996 is #3C9669. Grayscale: #888888. Windows color (decimal): -3970666 or 9857475. OLE color: 9857475.
HSL color Cylindrical-coordinate representation of color #C36996: hue angle of 330º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36996 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 150 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.24 |
| HSL | 330º | 0.43% | 0.59% | - |
| HSV(B) | 330º | 0.46% | 0.76% | - |
| XYZ | 33.06 | 23.91 | 31.73 | - |
| YUV | 137.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 150 | 0 | 0.46 | 0.23 | 0.24 | 330 | 0.43 | 0.59 |
| Hex | C3 | 69 | 96 | 0 | 2E | 17 | 18 | 14A | 2B | 3B |
| Octal | 303 | 151 | 226 | 0 | 56 | 27 | 30 | 512 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10010110 | 0 | 101110 | 10111 | 11000 | 101001010 | 101011 | 111011 |
Color Harmonies of #C36996
Complementary color
Monochromatic Colors of #C36996
Black with #C36996
Text Example
Text Example
White with #C36996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36996; }
p { color: rgb(195,105,150); }
H1.HeaderClassName
{
color: #C36996;
}
.AnyTagClassName
{
color: #C36996;
}
</style>
background-color css
<style>
a { background-color: #C36996; }
a { background-color: rgb(195,105,150); }
div.DivClassName
{
background-color: #C36996;
}
.BgClassName
{
background-color: #C36996;
}
</style>
border-color css
<style>
span { border-color: #C36996; }
span { border-color: rgb(195,105,150); }
td.TdClassName
{
border-color: #C36996;
}
.TagClassName
{
border-color: #C36996;
}
</style>