#C46786

Color #C46786 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C46786

Tints of Hopbush #C46786

Color information

#C46786 (or 0xC46786) is unknown color: approx Hopbush. HEX triplet: C4, 67 and 86. RGB value is (196,103,134). Sum of RGB (Red+Green+Blue) = 196+103+134=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C46786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46786 is #3B9879. Grayscale: #868686. Windows color (decimal): -3905658 or 8808388. OLE color: 8808388.

HSL color Cylindrical-coordinate representation of color #C46786: hue angle of 340º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46786 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196103134-
CMYK00.470.320.23
HSL340º44.08%58.63%-
HSV(B)340º47.45%76.86%-
XYZ31.9223.1625.34-
YUV134.34127.81171.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=45.27%
G=23.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610313400.470.320.2334044.0858.63
HexC4678602F20171542c3b
Octal30414720605740275245473
Binary11000100110011110000110010111110000010111101010100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46786; }

 p { color: rgb(196,103,134); }

 H1.HeaderClassName
 {
   color: #C46786;
 }
 .AnyTagClassName
 {
   color: #C46786;
 }
</style>
background-color css

<style>
 a { background-color: #C46786; }

 a { background-color: rgb(196,103,134); }

 div.DivClassName
 {
   background-color: #C46786;
 }
 .BgClassName
 {
   background-color: #C46786;
 }
</style>
border-color css

<style>
 span { border-color: #C46786; }

 span { border-color: rgb(196,103,134); }

 td.TdClassName
 {
   border-color: #C46786;
 }
 .TagClassName
 {
   border-color: #C46786;
 }
</style>