#C46186

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

Shades of Hopbush #C46186

Tints of Hopbush #C46186

Color information

#C46186 (or 0xC46186) is unknown color: approx Hopbush. HEX triplet: C4, 61 and 86. RGB value is (196,97,134). Sum of RGB (Red+Green+Blue) = 196+97+134=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46186 is #3B9E79. Grayscale: #828282. Windows color (decimal): -3907194 or 8806852. OLE color: 8806852.

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

Color convert

RGB19697134-
CMYK00.510.320.23
HSL337.58º45.62%57.45%-
HSV(B)337.58º50.51%76.86%-
XYZ31.3422.0125.15-
YUV130.82129.8174.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=45.90%
G=22.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969713400.510.320.23337.5845.6257.45
HexC4618603320171522e39
Octal30414120606340275225671
Binary11000100110000110000110011001110000010111101010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46186; }

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

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

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

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

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

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

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

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