Shades of Hopbush #C46687
Tints of Hopbush #C46687
RGB
CMYK
RGB Variations
Color information
#C46687 (or 0xC46687) is known color: Hopbush. HEX triplet: C4, 66 and 87. RGB value is (196,102,135). Sum of RGB (Red+Green+Blue) = 196+102+135=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C46687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46687 is #3B9978. Grayscale: #858585. Windows color (decimal): -3905913 or 8873668. OLE color: 8873668.
HSL color Cylindrical-coordinate representation of color #C46687: hue angle of 338.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46687 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 135 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.23 |
| HSL | 338.94º | 0.44% | 0.58% | - |
| HSV(B) | 338.94º | 0.48% | 0.77% | - |
| XYZ | 31.89 | 22.99 | 25.68 | - |
| YUV | 133.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 135 | 0 | 0.48 | 0.31 | 0.23 | 338.94 | 0.44 | 0.58 |
| Hex | C4 | 66 | 87 | 0 | 30 | 1F | 17 | 153 | 2C | 3A |
| Octal | 304 | 146 | 207 | 0 | 60 | 37 | 27 | 523 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10000111 | 0 | 110000 | 11111 | 10111 | 101010011 | 101100 | 111010 |
Color Harmonies of #C46687
Complementary color
Monochromatic Colors of #C46687
Black with #C46687
Text Example
Text Example
White with #C46687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46687; }
p { color: rgb(196,102,135); }
H1.HeaderClassName
{
color: #C46687;
}
.AnyTagClassName
{
color: #C46687;
}
</style>
background-color css
<style>
a { background-color: #C46687; }
a { background-color: rgb(196,102,135); }
div.DivClassName
{
background-color: #C46687;
}
.BgClassName
{
background-color: #C46687;
}
</style>
border-color css
<style>
span { border-color: #C46687; }
span { border-color: rgb(196,102,135); }
td.TdClassName
{
border-color: #C46687;
}
.TagClassName
{
border-color: #C46687;
}
</style>